pub struct MultiDrawInfoEXTBuilder { /* private fields */ }Expand description
Builder for MultiDrawInfoEXT.
Implementations§
Source§impl MultiDrawInfoEXTBuilder
impl MultiDrawInfoEXTBuilder
pub fn first_vertex(self, value: u32) -> Self
pub fn vertex_count(self, value: u32) -> Self
Trait Implementations§
Source§impl Deref for MultiDrawInfoEXTBuilder
impl Deref for MultiDrawInfoEXTBuilder
Auto Trait Implementations§
impl Freeze for MultiDrawInfoEXTBuilder
impl RefUnwindSafe for MultiDrawInfoEXTBuilder
impl Send for MultiDrawInfoEXTBuilder
impl Sync for MultiDrawInfoEXTBuilder
impl Unpin for MultiDrawInfoEXTBuilder
impl UnsafeUnpin for MultiDrawInfoEXTBuilder
impl UnwindSafe for MultiDrawInfoEXTBuilder
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