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