#[repr(C)]pub struct IRRuntimeDrawIndexedArgument {
pub indexCountPerInstance: uint,
pub instanceCount: uint,
pub startIndexLocation: uint,
pub baseVertexLocation: c_int,
pub startInstanceLocation: uint,
}Fields§
§indexCountPerInstance: uint§instanceCount: uint§startIndexLocation: uint§baseVertexLocation: c_int§startInstanceLocation: uintTrait Implementations§
Source§impl Clone for IRRuntimeDrawIndexedArgument
impl Clone for IRRuntimeDrawIndexedArgument
Source§fn clone(&self) -> IRRuntimeDrawIndexedArgument
fn clone(&self) -> IRRuntimeDrawIndexedArgument
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 IRRuntimeDrawIndexedArgument
impl Debug for IRRuntimeDrawIndexedArgument
Source§impl Default for IRRuntimeDrawIndexedArgument
impl Default for IRRuntimeDrawIndexedArgument
Source§fn default() -> IRRuntimeDrawIndexedArgument
fn default() -> IRRuntimeDrawIndexedArgument
Returns the “default value” for a type. Read more
impl Copy for IRRuntimeDrawIndexedArgument
Auto Trait Implementations§
impl Freeze for IRRuntimeDrawIndexedArgument
impl RefUnwindSafe for IRRuntimeDrawIndexedArgument
impl Send for IRRuntimeDrawIndexedArgument
impl Sync for IRRuntimeDrawIndexedArgument
impl Unpin for IRRuntimeDrawIndexedArgument
impl UnwindSafe for IRRuntimeDrawIndexedArgument
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