pub struct Float3 { /* private fields */ }Expand description
Three dimensional floating point vector.
Implementations§
Trait Implementations§
impl Copy for Float3
Auto Trait Implementations§
impl Freeze for Float3
impl RefUnwindSafe for Float3
impl Send for Float3
impl Sync for Float3
impl Unpin for Float3
impl UnwindSafe for Float3
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