pub enum PulsePol {
High = 0,
Low = 1,
}Expand description
Pulse Polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PulsePol
impl Eq for PulsePol
impl StructuralPartialEq for PulsePol
Auto Trait Implementations§
impl Freeze for PulsePol
impl RefUnwindSafe for PulsePol
impl Send for PulsePol
impl Sync for PulsePol
impl Unpin for PulsePol
impl UnsafeUnpin for PulsePol
impl UnwindSafe for PulsePol
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