#[repr(u8)]pub enum Mode {
MODE_0 = 0,
MODE_1 = 1,
MODE_2 = 2,
_RESERVED_3 = 3,
}Variants§
MODE_0 = 0
8-bit conversion
MODE_1 = 1
10-bit conversion
MODE_2 = 2
12-bit conversion
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Mode
impl Ord for Mode
Source§impl PartialOrd for Mode
impl PartialOrd for Mode
impl Copy for Mode
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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