#[repr(C)]pub struct MultiDrawIndexedInfoEXT {
pub first_index: u32,
pub index_count: u32,
pub vertex_offset: i32,
}Expand description
Fields
first_index: u32index_count: u32vertex_offset: i32Implementations
sourceimpl MultiDrawIndexedInfoEXT
impl MultiDrawIndexedInfoEXT
pub fn builder<'a>() -> MultiDrawIndexedInfoEXTBuilder<'a>
Trait Implementations
sourceimpl Clone for MultiDrawIndexedInfoEXT
impl Clone for MultiDrawIndexedInfoEXT
sourcefn clone(&self) -> MultiDrawIndexedInfoEXT
fn clone(&self) -> MultiDrawIndexedInfoEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MultiDrawIndexedInfoEXT
impl Debug for MultiDrawIndexedInfoEXT
sourceimpl Default for MultiDrawIndexedInfoEXT
impl Default for MultiDrawIndexedInfoEXT
sourcefn default() -> MultiDrawIndexedInfoEXT
fn default() -> MultiDrawIndexedInfoEXT
Returns the “default value” for a type. Read more
impl Copy for MultiDrawIndexedInfoEXT
Auto Trait Implementations
impl RefUnwindSafe for MultiDrawIndexedInfoEXT
impl Send for MultiDrawIndexedInfoEXT
impl Sync for MultiDrawIndexedInfoEXT
impl Unpin for MultiDrawIndexedInfoEXT
impl UnwindSafe for MultiDrawIndexedInfoEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more