#[repr(u8)]pub enum Abtreq {
ZZ39 = 0,
ZZ40 = 1,
}Variants§
ZZ39 = 0
No request to abort a command write sequence
ZZ40 = 1
Request to abort a command write sequence
Implementations§
Trait Implementations§
Source§impl Ord for Abtreq
impl Ord for Abtreq
Source§impl PartialOrd for Abtreq
impl PartialOrd for Abtreq
impl Copy for Abtreq
impl Eq for Abtreq
impl StructuralPartialEq for Abtreq
Auto Trait Implementations§
impl Freeze for Abtreq
impl RefUnwindSafe for Abtreq
impl Send for Abtreq
impl Sync for Abtreq
impl Unpin for Abtreq
impl UnwindSafe for Abtreq
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