pub struct VertexFormatBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for VertexFormatBuilder
impl Debug for VertexFormatBuilder
Source§impl Default for VertexFormatBuilder
impl Default for VertexFormatBuilder
Source§fn default() -> VertexFormatBuilder
fn default() -> VertexFormatBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VertexFormatBuilder
impl RefUnwindSafe for VertexFormatBuilder
impl Send for VertexFormatBuilder
impl Sync for VertexFormatBuilder
impl Unpin for VertexFormatBuilder
impl UnwindSafe for VertexFormatBuilder
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