#[repr(C)]pub struct Vertex3D(_, _, _, _);Implementations§
Trait Implementations§
source§impl VertexData for Vertex3D
impl VertexData for Vertex3D
impl Copy for Vertex3D
Auto Trait Implementations§
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