#[repr(u8)]pub enum LastRead {
ZZ167 = 0,
ZZ168 = 1,
}Variants§
ZZ167 = 0
Latest read not last in multi-address operation
ZZ168 = 1
Latest read last in multi-address operation
Implementations§
Trait Implementations§
Source§impl Ord for LastRead
impl Ord for LastRead
Source§impl PartialOrd for LastRead
impl PartialOrd for LastRead
impl Copy for LastRead
impl Eq for LastRead
impl StructuralPartialEq for LastRead
Auto Trait Implementations§
impl Freeze for LastRead
impl RefUnwindSafe for LastRead
impl Send for LastRead
impl Sync for LastRead
impl Unpin for LastRead
impl UnwindSafe for LastRead
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