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