#[repr(C)]pub struct DrawIndirectCountIndirectCommandEXT {
pub buffer_address: DeviceAddress,
pub stride: u32,
pub command_count: u32,
}Expand description
Fields§
§buffer_address: DeviceAddress§stride: u32§command_count: u32Trait Implementations§
Source§impl Clone for DrawIndirectCountIndirectCommandEXT
impl Clone for DrawIndirectCountIndirectCommandEXT
Source§fn clone(&self) -> DrawIndirectCountIndirectCommandEXT
fn clone(&self) -> DrawIndirectCountIndirectCommandEXT
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 DrawIndirectCountIndirectCommandEXT
impl Default for DrawIndirectCountIndirectCommandEXT
Source§fn default() -> DrawIndirectCountIndirectCommandEXT
fn default() -> DrawIndirectCountIndirectCommandEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for DrawIndirectCountIndirectCommandEXT
impl PartialEq for DrawIndirectCountIndirectCommandEXT
Source§fn eq(&self, other: &DrawIndirectCountIndirectCommandEXT) -> bool
fn eq(&self, other: &DrawIndirectCountIndirectCommandEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DrawIndirectCountIndirectCommandEXT
impl Eq for DrawIndirectCountIndirectCommandEXT
impl StructuralPartialEq for DrawIndirectCountIndirectCommandEXT
Auto Trait Implementations§
impl Freeze for DrawIndirectCountIndirectCommandEXT
impl RefUnwindSafe for DrawIndirectCountIndirectCommandEXT
impl Send for DrawIndirectCountIndirectCommandEXT
impl Sync for DrawIndirectCountIndirectCommandEXT
impl Unpin for DrawIndirectCountIndirectCommandEXT
impl UnwindSafe for DrawIndirectCountIndirectCommandEXT
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