#[repr(u8)]pub enum ILINEOUTAMPS_A {
C6U = 0,
C7U = 1,
C8U = 2,
C9U = 3,
}Expand description
LINEOUT L/R AMP Bias Current Select
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for ILINEOUTAMPS_A
impl Clone for ILINEOUTAMPS_A
Source§fn clone(&self) -> ILINEOUTAMPS_A
fn clone(&self) -> ILINEOUTAMPS_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ILINEOUTAMPS_A
impl Debug for ILINEOUTAMPS_A
Source§impl From<ILINEOUTAMPS_A> for u8
impl From<ILINEOUTAMPS_A> for u8
Source§fn from(variant: ILINEOUTAMPS_A) -> Self
fn from(variant: ILINEOUTAMPS_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ILINEOUTAMPS_A
impl PartialEq for ILINEOUTAMPS_A
impl Copy for ILINEOUTAMPS_A
impl Eq for ILINEOUTAMPS_A
impl StructuralPartialEq for ILINEOUTAMPS_A
Auto Trait Implementations§
impl Freeze for ILINEOUTAMPS_A
impl RefUnwindSafe for ILINEOUTAMPS_A
impl Send for ILINEOUTAMPS_A
impl Sync for ILINEOUTAMPS_A
impl Unpin for ILINEOUTAMPS_A
impl UnwindSafe for ILINEOUTAMPS_A
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