pub enum Bearing {
N,
NE,
E,
SE,
S,
SW,
W,
NW,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Bearing
impl Eq for Bearing
impl StructuralPartialEq for Bearing
Auto Trait Implementations§
impl Freeze for Bearing
impl RefUnwindSafe for Bearing
impl Send for Bearing
impl Sync for Bearing
impl Unpin for Bearing
impl UnsafeUnpin for Bearing
impl UnwindSafe for Bearing
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