#[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: u32Implementations§
Source§impl DrawIndirectCountIndirectCommandEXT
impl DrawIndirectCountIndirectCommandEXT
pub fn buffer_address(self, buffer_address: DeviceAddress) -> Self
pub fn stride(self, stride: u32) -> Self
pub fn command_count(self, command_count: u32) -> Self
Trait 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
impl Copy 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