#[repr(u8)]pub enum TexcIe {
TEXC_IE_0 = 0,
TEXC_IE_1 = 1,
}Variants§
TEXC_IE_0 = 0
Trigger exception interrupts are disabled.
TEXC_IE_1 = 1
Trigger exception interrupts are enabled.
Implementations§
Trait Implementations§
Source§impl Ord for TexcIe
impl Ord for TexcIe
Source§impl PartialOrd for TexcIe
impl PartialOrd for TexcIe
impl Copy for TexcIe
impl Eq for TexcIe
impl StructuralPartialEq for TexcIe
Auto Trait Implementations§
impl Freeze for TexcIe
impl RefUnwindSafe for TexcIe
impl Send for TexcIe
impl Sync for TexcIe
impl Unpin for TexcIe
impl UnwindSafe for TexcIe
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