pub struct WayPoint { /* private fields */ }
Implementations§
Methods from Deref<Target = Vec2>§
Trait Implementations§
impl Copy for WayPoint
impl StructuralPartialEq for WayPoint
Auto Trait Implementations§
impl Freeze for WayPoint
impl RefUnwindSafe for WayPoint
impl Send for WayPoint
impl Sync for WayPoint
impl Unpin for WayPoint
impl UnwindSafe for WayPoint
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