pub struct DrawIndexedArguments {
pub index_count_per_instance: u32,
pub instance_count: u32,
pub start_index_location: u32,
pub base_vertex_location: i32,
pub start_instance_location: u32,
}Fields§
§index_count_per_instance: u32§instance_count: u32§start_index_location: u32§base_vertex_location: i32§start_instance_location: u32Trait Implementations§
Source§impl Clone for DrawIndexedArguments
impl Clone for DrawIndexedArguments
Source§fn clone(&self) -> DrawIndexedArguments
fn clone(&self) -> DrawIndexedArguments
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 moreAuto Trait Implementations§
impl Freeze for DrawIndexedArguments
impl RefUnwindSafe for DrawIndexedArguments
impl Send for DrawIndexedArguments
impl Sync for DrawIndexedArguments
impl Unpin for DrawIndexedArguments
impl UnsafeUnpin for DrawIndexedArguments
impl UnwindSafe for DrawIndexedArguments
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