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