#[repr(C)]pub struct IndirectDrawCommand {
pub count: u32,
pub prim_count: u32,
pub first: u32,
pub base_inst: u32,
}Fields§
§count: u32§prim_count: u32§first: u32§base_inst: u32Implementations§
Trait Implementations§
Source§impl Clone for IndirectDrawCommand
impl Clone for IndirectDrawCommand
Source§fn clone(&self) -> IndirectDrawCommand
fn clone(&self) -> IndirectDrawCommand
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 Debug for IndirectDrawCommand
impl Debug for IndirectDrawCommand
impl Copy for IndirectDrawCommand
Auto Trait Implementations§
impl Freeze for IndirectDrawCommand
impl RefUnwindSafe for IndirectDrawCommand
impl Send for IndirectDrawCommand
impl Sync for IndirectDrawCommand
impl Unpin for IndirectDrawCommand
impl UnsafeUnpin for IndirectDrawCommand
impl UnwindSafe for IndirectDrawCommand
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