#[repr(u8)]pub enum SetFail {
ZZ165 = 0,
ZZ166 = 1,
}Variants§
ZZ165 = 0
FAIL flag should not be set on command exit (no failure detected)
ZZ166 = 1
FAIL flag should be set on command exit
Implementations§
Trait Implementations§
Source§impl Ord for SetFail
impl Ord for SetFail
Source§impl PartialOrd for SetFail
impl PartialOrd for SetFail
impl Copy for SetFail
impl Eq for SetFail
impl StructuralPartialEq for SetFail
Auto Trait Implementations§
impl Freeze for SetFail
impl RefUnwindSafe for SetFail
impl Send for SetFail
impl Sync for SetFail
impl Unpin for SetFail
impl UnwindSafe for SetFail
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