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