#[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§
Source§impl Ord for Outinit
impl Ord for Outinit
Source§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)