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