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