#[repr(u8)]pub enum Rrcsts {
IDLE = 0,
READ_DATA = 1,
READ_STS = 2,
FLUSH = 3,
}Variants§
IDLE = 0
Idle state
READ_DATA = 1
Reading packet data
READ_STS = 2
Reading packet status (or timestamp)
FLUSH = 3
Flushing the packet data and status
Implementations§
Trait Implementations§
Source§impl Ord for Rrcsts
impl Ord for Rrcsts
Source§impl PartialOrd for Rrcsts
impl PartialOrd for Rrcsts
impl Copy for Rrcsts
impl Eq for Rrcsts
impl StructuralPartialEq for Rrcsts
Auto Trait Implementations§
impl Freeze for Rrcsts
impl RefUnwindSafe for Rrcsts
impl Send for Rrcsts
impl Sync for Rrcsts
impl Unpin for Rrcsts
impl UnwindSafe for Rrcsts
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