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