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