Struct tea::vertex::VertexFormatBuilder
source · 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 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