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