#[repr(u8)]pub enum Bidir {
UP = 0,
UP_DOWN = 1,
}Variants§
UP = 0
The H counter counts up to its limit condition, then is cleared to zero.
UP_DOWN = 1
The H counter counts up to its limit, then counts down to a limit condition or to 0.
Implementations§
Trait Implementations§
Source§impl Ord for Bidir
impl Ord for Bidir
Source§impl PartialOrd for Bidir
impl PartialOrd for Bidir
impl Copy for Bidir
impl Eq for Bidir
impl StructuralPartialEq for Bidir
Auto Trait Implementations§
impl Freeze for Bidir
impl RefUnwindSafe for Bidir
impl Send for Bidir
impl Sync for Bidir
impl Unpin for Bidir
impl UnwindSafe for Bidir
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