#[repr(C)]pub struct BindIndexBufferIndirectCommandEXT {
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 BindIndexBufferIndirectCommandEXT
impl Clone for BindIndexBufferIndirectCommandEXT
Source§fn clone(&self) -> BindIndexBufferIndirectCommandEXT
fn clone(&self) -> BindIndexBufferIndirectCommandEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for BindIndexBufferIndirectCommandEXT
impl Default for BindIndexBufferIndirectCommandEXT
Source§fn default() -> BindIndexBufferIndirectCommandEXT
fn default() -> BindIndexBufferIndirectCommandEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for BindIndexBufferIndirectCommandEXT
impl PartialEq for BindIndexBufferIndirectCommandEXT
Source§fn eq(&self, other: &BindIndexBufferIndirectCommandEXT) -> bool
fn eq(&self, other: &BindIndexBufferIndirectCommandEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BindIndexBufferIndirectCommandEXT
impl Eq for BindIndexBufferIndirectCommandEXT
impl StructuralPartialEq for BindIndexBufferIndirectCommandEXT
Auto Trait Implementations§
impl Freeze for BindIndexBufferIndirectCommandEXT
impl RefUnwindSafe for BindIndexBufferIndirectCommandEXT
impl Send for BindIndexBufferIndirectCommandEXT
impl Sync for BindIndexBufferIndirectCommandEXT
impl Unpin for BindIndexBufferIndirectCommandEXT
impl UnwindSafe for BindIndexBufferIndirectCommandEXT
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