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