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