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