#[repr(C)]pub struct BindVertexBufferIndirectCommandNV {
pub buffer_address: DeviceAddress,
pub size: u32,
pub stride: u32,
}Expand description
Fields
buffer_address: DeviceAddresssize: u32stride: u32Trait 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 Send for BindVertexBufferIndirectCommandNV
impl Sync for BindVertexBufferIndirectCommandNV
impl Unpin for BindVertexBufferIndirectCommandNV
Blanket Implementations
Mutably borrows from an owned value. Read more