Struct ash::vk::IndirectCommandsStreamNV [−][src]
#[repr(C)]pub struct IndirectCommandsStreamNV { pub buffer: Buffer, pub offset: DeviceSize, }
Expand description
Fields
buffer: Buffer
offset: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndirectCommandsStreamNV
impl Send for IndirectCommandsStreamNV
impl Sync for IndirectCommandsStreamNV
impl Unpin for IndirectCommandsStreamNV
impl UnwindSafe for IndirectCommandsStreamNV
Blanket Implementations
Mutably borrows from an owned value. Read more