#[repr(u8)]pub enum Inover {
NORMAL = 0,
INVERT = 1,
LOW = 2,
HIGH = 3,
}
Variants§
NORMAL = 0
don’t invert the peri input
INVERT = 1
invert the peri input
LOW = 2
drive peri input low
HIGH = 3
drive peri input high
Implementations§
Trait Implementations§
Source§impl Ord for Inover
impl Ord for Inover
Source§impl PartialOrd for Inover
impl PartialOrd for Inover
impl Copy for Inover
impl Eq for Inover
impl StructuralPartialEq for Inover
Auto Trait Implementations§
impl Freeze for Inover
impl RefUnwindSafe for Inover
impl Send for Inover
impl Sync for Inover
impl Unpin for Inover
impl UnwindSafe for Inover
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