pub struct Vertex3D(/* private fields */);Implementations§
Trait Implementations§
Source§impl VertexData for Vertex3D
impl VertexData for Vertex3D
impl Copy for Vertex3D
Auto Trait Implementations§
impl Freeze for Vertex3D
impl RefUnwindSafe for Vertex3D
impl Send for Vertex3D
impl Sync for Vertex3D
impl Unpin for Vertex3D
impl UnwindSafe for Vertex3D
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