pub enum Angle {
Nothing = 0,
Asc = 1,
Fc = 2,
Desc = 3,
Mc = 4,
}Expand description
Angle
Variants§
Trait Implementations§
Source§impl IntoEnumIterator for Angle
impl IntoEnumIterator for Angle
impl Copy for Angle
impl StructuralPartialEq for Angle
Auto Trait Implementations§
impl Freeze for Angle
impl RefUnwindSafe for Angle
impl Send for Angle
impl Sync for Angle
impl Unpin for Angle
impl UnwindSafe for Angle
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