#[repr(C)]pub struct BindIndexBufferIndirectCommandNV {
pub buffer_address: u64,
pub size: u32,
pub index_type: IndexType,
}Expand description
Fields
buffer_address: u64size: u32index_type: IndexTypeImplementations
sourceimpl BindIndexBufferIndirectCommandNV
impl BindIndexBufferIndirectCommandNV
pub fn builder<'a>() -> BindIndexBufferIndirectCommandNVBuilder<'a>
Trait Implementations
sourceimpl Clone for BindIndexBufferIndirectCommandNV
impl Clone for BindIndexBufferIndirectCommandNV
sourcefn clone(&self) -> BindIndexBufferIndirectCommandNV
fn clone(&self) -> BindIndexBufferIndirectCommandNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for BindIndexBufferIndirectCommandNV
impl Default for BindIndexBufferIndirectCommandNV
sourcefn default() -> BindIndexBufferIndirectCommandNV
fn default() -> BindIndexBufferIndirectCommandNV
Returns the “default value” for a type. Read more
impl Copy for BindIndexBufferIndirectCommandNV
Auto Trait Implementations
impl RefUnwindSafe for BindIndexBufferIndirectCommandNV
impl Send for BindIndexBufferIndirectCommandNV
impl Sync for BindIndexBufferIndirectCommandNV
impl Unpin for BindIndexBufferIndirectCommandNV
impl UnwindSafe for BindIndexBufferIndirectCommandNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more