pub enum DIR_A {
Up,
Down,
}
Expand description
Direction
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<DIR_A> for DIR_A
impl PartialEq<DIR_A> for DIR_A
impl Copy for DIR_A
impl StructuralPartialEq for DIR_A
Auto Trait Implementations§
impl RefUnwindSafe for DIR_A
impl Send for DIR_A
impl Sync for DIR_A
impl Unpin for DIR_A
impl UnwindSafe for DIR_A
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