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