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