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