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