#[repr(C)]pub struct tm_renderer_draw_command_t {
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: u32Trait Implementations§
Source§impl Clone for tm_renderer_draw_command_t
impl Clone for tm_renderer_draw_command_t
Source§fn clone(&self) -> tm_renderer_draw_command_t
fn clone(&self) -> tm_renderer_draw_command_t
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 moreimpl Copy for tm_renderer_draw_command_t
Auto Trait Implementations§
impl Freeze for tm_renderer_draw_command_t
impl RefUnwindSafe for tm_renderer_draw_command_t
impl Send for tm_renderer_draw_command_t
impl Sync for tm_renderer_draw_command_t
impl Unpin for tm_renderer_draw_command_t
impl UnwindSafe for tm_renderer_draw_command_t
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