Enum Sq
#[repr(u8)]pub enum Sq {
Show 16 variants
CH0 = 0,
CH1 = 1,
CH2 = 2,
CH3 = 3,
CH4 = 4,
CH5 = 5,
CH6 = 6,
CH7 = 7,
CH8 = 8,
CH9 = 9,
CH10 = 10,
CH11 = 11,
CH12 = 12,
CH13 = 13,
CH14 = 14,
EOS = 15,
}
Variants§
CH0 = 0
Channel 0 selected for the Nth conversion
CH1 = 1
Channel 1 selected for the Nth conversion
CH2 = 2
Channel 2 selected for the Nth conversion
CH3 = 3
Channel 3 selected for the Nth conversion
CH4 = 4
Channel 4 selected for the Nth conversion
CH5 = 5
Channel 5 selected for the Nth conversion
CH6 = 6
Channel 6 selected for the Nth conversion
CH7 = 7
Channel 7 selected for the Nth conversion
CH8 = 8
Channel 8 selected for the Nth conversion
CH9 = 9
Channel 9 selected for the Nth conversion
CH10 = 10
Channel 10 selected for the Nth conversion
CH11 = 11
Channel 11 selected for the Nth conversion
CH12 = 12
Channel 12 selected for the Nth conversion
CH13 = 13
Channel 13 selected for the Nth conversion
CH14 = 14
Channel 14 selected for the Nth conversion
EOS = 15
End of sequence
Implementations§
Trait Implementations§
§impl Ord for Sq
impl Ord for Sq
§impl PartialOrd for Sq
impl PartialOrd for Sq
impl Copy for Sq
impl Eq for Sq
impl StructuralPartialEq for Sq
Auto Trait Implementations§
impl Freeze for Sq
impl RefUnwindSafe for Sq
impl Send for Sq
impl Sync for Sq
impl Unpin for Sq
impl UnwindSafe for Sq
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