pub struct C3Vector {
pub x: f32,
pub y: f32,
pub z: f32,
}Expand description
A vector in 3D space
Fields§
§x: f32§y: f32§z: f32Implementations§
Trait Implementations§
impl Copy for C3Vector
impl StructuralPartialEq for C3Vector
Auto Trait Implementations§
impl Freeze for C3Vector
impl RefUnwindSafe for C3Vector
impl Send for C3Vector
impl Sync for C3Vector
impl Unpin for C3Vector
impl UnwindSafe for C3Vector
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