Struct vulkanalia_sys::IndirectCommandsStreamNV
source · [−]#[repr(C)]pub struct IndirectCommandsStreamNV {
pub buffer: Buffer,
pub offset: DeviceSize,
}Expand description
Fields
buffer: Bufferoffset: DeviceSizeTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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