#[repr(C)]pub struct RendererDrawCommandT {
pub num_vertices: u32,
pub num_instances: u32,
pub first_vertex: u32,
pub first_instance: u32,
}
Fields§
§num_vertices: u32
§num_instances: u32
§first_vertex: u32
§first_instance: u32
Trait Implementations§
Source§impl Clone for RendererDrawCommandT
impl Clone for RendererDrawCommandT
Source§fn clone(&self) -> RendererDrawCommandT
fn clone(&self) -> RendererDrawCommandT
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 RendererDrawCommandT
impl Default for RendererDrawCommandT
Source§fn default() -> RendererDrawCommandT
fn default() -> RendererDrawCommandT
Returns the “default value” for a type. Read more
impl Copy for RendererDrawCommandT
Auto Trait Implementations§
impl Freeze for RendererDrawCommandT
impl RefUnwindSafe for RendererDrawCommandT
impl Send for RendererDrawCommandT
impl Sync for RendererDrawCommandT
impl Unpin for RendererDrawCommandT
impl UnwindSafe for RendererDrawCommandT
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