Enum Pol7
pub enum Pol7 {
_0 = 0,
_1 = 1,
}Expand description
Channel 7 Polarity
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pol7
impl Eq for Pol7
impl StructuralPartialEq for Pol7
Auto Trait Implementations§
impl Freeze for Pol7
impl RefUnwindSafe for Pol7
impl Send for Pol7
impl Sync for Pol7
impl Unpin for Pol7
impl UnwindSafe for Pol7
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