#[repr(u8)]pub enum Ctrl3Dir {
COUNTUP = 0,
COUNTDOWN = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ctrl3Dir
impl Ord for Ctrl3Dir
Source§impl PartialOrd for Ctrl3Dir
impl PartialOrd for Ctrl3Dir
impl Copy for Ctrl3Dir
impl Eq for Ctrl3Dir
impl StructuralPartialEq for Ctrl3Dir
Auto Trait Implementations§
impl Freeze for Ctrl3Dir
impl RefUnwindSafe for Ctrl3Dir
impl Send for Ctrl3Dir
impl Sync for Ctrl3Dir
impl Unpin for Ctrl3Dir
impl UnwindSafe for Ctrl3Dir
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