Enum Fmode
#[repr(u8)]pub enum Fmode {
B0x0 = 0,
B0x1 = 1,
B0x2 = 2,
B0x3 = 3,
}Variants§
B0x0 = 0
indirect-write mode
B0x1 = 1
indirect-read mode
B0x2 = 2
automatic status-polling mode
B0x3 = 3
memory-mapped mode
Implementations§
Trait Implementations§
impl Copy for Fmode
impl Eq for Fmode
§impl Ord for Fmode
impl Ord for Fmode
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Fmode
impl PartialOrd for Fmode
impl StructuralPartialEq for Fmode
Auto Trait Implementations§
impl Freeze for Fmode
impl RefUnwindSafe for Fmode
impl Send for Fmode
impl Sync for Fmode
impl Unpin for Fmode
impl UnsafeUnpin for Fmode
impl UnwindSafe for Fmode
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