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