#[repr(C)]pub struct BindIndexBufferIndirectCommandNV {
pub buffer_address: DeviceAddress,
pub size: u32,
pub index_type: IndexType,
}Expand description
Fields§
§buffer_address: DeviceAddress§size: u32§index_type: IndexTypeTrait Implementations§
Source§impl Clone for BindIndexBufferIndirectCommandNV
impl Clone for BindIndexBufferIndirectCommandNV
Source§fn clone(&self) -> BindIndexBufferIndirectCommandNV
fn clone(&self) -> BindIndexBufferIndirectCommandNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BindIndexBufferIndirectCommandNV
Source§impl Default for BindIndexBufferIndirectCommandNV
impl Default for BindIndexBufferIndirectCommandNV
Source§fn default() -> BindIndexBufferIndirectCommandNV
fn default() -> BindIndexBufferIndirectCommandNV
Returns the “default value” for a type. Read more
impl Eq for BindIndexBufferIndirectCommandNV
Source§impl PartialEq for BindIndexBufferIndirectCommandNV
impl PartialEq for BindIndexBufferIndirectCommandNV
Source§fn eq(&self, other: &BindIndexBufferIndirectCommandNV) -> bool
fn eq(&self, other: &BindIndexBufferIndirectCommandNV) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BindIndexBufferIndirectCommandNV
Auto Trait Implementations§
impl Freeze for BindIndexBufferIndirectCommandNV
impl RefUnwindSafe for BindIndexBufferIndirectCommandNV
impl Send for BindIndexBufferIndirectCommandNV
impl Sync for BindIndexBufferIndirectCommandNV
impl Unpin for BindIndexBufferIndirectCommandNV
impl UnsafeUnpin for BindIndexBufferIndirectCommandNV
impl UnwindSafe for BindIndexBufferIndirectCommandNV
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more