#[repr(u8)]pub enum TexcInt {
NO_EXCEPTION = 0,
EXCEPTION_DETECTED = 1,
}Variants§
NO_EXCEPTION = 0
No trigger exceptions have occurred.
EXCEPTION_DETECTED = 1
A trigger exception has occurred and is pending acknowledgement.
Implementations§
Trait Implementations§
Source§impl Ord for TexcInt
impl Ord for TexcInt
Source§impl PartialOrd for TexcInt
impl PartialOrd for TexcInt
impl Copy for TexcInt
impl Eq for TexcInt
impl StructuralPartialEq for TexcInt
Auto Trait Implementations§
impl Freeze for TexcInt
impl RefUnwindSafe for TexcInt
impl Send for TexcInt
impl Sync for TexcInt
impl Unpin for TexcInt
impl UnwindSafe for TexcInt
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