#[repr(C)]pub struct VertexP3 {
pub x: f32,
pub y: f32,
pub z: f32,
}
Fields§
§x: f32
§y: f32
§z: f32
Trait Implementations§
impl Copy for VertexP3
impl StructuralPartialEq for VertexP3
Auto Trait Implementations§
impl Freeze for VertexP3
impl RefUnwindSafe for VertexP3
impl Send for VertexP3
impl Sync for VertexP3
impl Unpin for VertexP3
impl UnwindSafe for VertexP3
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