Enum Outinit
#[repr(u8)]pub enum Outinit {
LOW = 0,
HIGH = 1,
}
Variants§
LOW = 0
Task mode: Initial value of pin before task triggering is low
HIGH = 1
Task mode: Initial value of pin before task triggering is high
Implementations§
Trait Implementations§
§impl Ord for Outinit
impl Ord for Outinit
§impl PartialOrd for Outinit
impl PartialOrd for Outinit
impl Copy for Outinit
impl Eq for Outinit
impl StructuralPartialEq for Outinit
Auto Trait Implementations§
impl Freeze for Outinit
impl RefUnwindSafe for Outinit
impl Send for Outinit
impl Sync for Outinit
impl Unpin for Outinit
impl UnwindSafe for Outinit
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