#[repr(u8)]pub enum Angle90 {
E = 0,
N = 1,
W = 2,
S = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Angle90
impl Eq for Angle90
impl StructuralPartialEq for Angle90
Auto Trait Implementations§
impl Freeze for Angle90
impl RefUnwindSafe for Angle90
impl Send for Angle90
impl Sync for Angle90
impl Unpin for Angle90
impl UnsafeUnpin for Angle90
impl UnwindSafe for Angle90
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