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