#[repr(u8)]pub enum AryTrimDone {
ZZ93 = 0,
ZZ94 = 1,
}Variants§
ZZ93 = 0
Recall register load operation has not been completed
ZZ94 = 1
Recall register load operation has completed
Implementations§
Source§impl AryTrimDone
impl AryTrimDone
Trait Implementations§
Source§impl Clone for AryTrimDone
impl Clone for AryTrimDone
Source§fn clone(&self) -> AryTrimDone
fn clone(&self) -> AryTrimDone
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AryTrimDone
impl Debug for AryTrimDone
Source§impl From<AryTrimDone> for u8
impl From<AryTrimDone> for u8
Source§fn from(val: AryTrimDone) -> u8
fn from(val: AryTrimDone) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AryTrimDone
impl From<u8> for AryTrimDone
Source§fn from(val: u8) -> AryTrimDone
fn from(val: u8) -> AryTrimDone
Converts to this type from the input type.
Source§impl Ord for AryTrimDone
impl Ord for AryTrimDone
Source§fn cmp(&self, other: &AryTrimDone) -> Ordering
fn cmp(&self, other: &AryTrimDone) -> Ordering
1.21.0 · 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
Source§impl PartialEq for AryTrimDone
impl PartialEq for AryTrimDone
Source§impl PartialOrd for AryTrimDone
impl PartialOrd for AryTrimDone
impl Copy for AryTrimDone
impl Eq for AryTrimDone
impl StructuralPartialEq for AryTrimDone
Auto Trait Implementations§
impl Freeze for AryTrimDone
impl RefUnwindSafe for AryTrimDone
impl Send for AryTrimDone
impl Sync for AryTrimDone
impl Unpin for AryTrimDone
impl UnwindSafe for AryTrimDone
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