#[repr(u8)]pub enum Tcmdres {
TCMDRES_0 = 0,
TCMDRES_1 = 1,
}Variants§
TCMDRES_0 = 0
Trigger sequences interrupted by a high priority trigger exception will be automatically restarted.
TCMDRES_1 = 1
Trigger sequences interrupted by a high priority trigger exception will be resumed from the command executing before the exception.
Implementations§
Trait Implementations§
Source§impl Ord for Tcmdres
impl Ord for Tcmdres
Source§impl PartialOrd for Tcmdres
impl PartialOrd for Tcmdres
impl Copy for Tcmdres
impl Eq for Tcmdres
impl StructuralPartialEq for Tcmdres
Auto Trait Implementations§
impl Freeze for Tcmdres
impl RefUnwindSafe for Tcmdres
impl Send for Tcmdres
impl Sync for Tcmdres
impl Unpin for Tcmdres
impl UnwindSafe for Tcmdres
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