pub struct Vec3 { /* private fields */ }Expand description
A position on a 3D grid, or the size of a 3D grid.
Implementations§
Trait Implementations§
Source§impl Ord for Vec3
impl Ord for Vec3
Source§impl PartialOrd for Vec3
impl PartialOrd for Vec3
impl Eq for Vec3
impl StructuralPartialEq for Vec3
Auto Trait Implementations§
impl Freeze for Vec3
impl RefUnwindSafe for Vec3
impl Send for Vec3
impl Sync for Vec3
impl Unpin for Vec3
impl UnwindSafe for Vec3
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