#[repr(u8)]pub enum Pmode {
PMODE_0 = 0,
PMODE_1 = 1,
}Variants§
PMODE_0 = 0
Low Speed (LS) comparison mode is selected.
PMODE_1 = 1
High Speed (HS) comparison mode is selected.
Implementations§
Trait Implementations§
Source§impl Ord for Pmode
impl Ord for Pmode
Source§impl PartialOrd for Pmode
impl PartialOrd for Pmode
impl Copy for Pmode
impl Eq for Pmode
impl StructuralPartialEq for Pmode
Auto Trait Implementations§
impl Freeze for Pmode
impl RefUnwindSafe for Pmode
impl Send for Pmode
impl Sync for Pmode
impl Unpin for Pmode
impl UnwindSafe for Pmode
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