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