#[repr(u8)]pub enum HptExdi {
HPT_EXDI_0 = 0,
HPT_EXDI_1 = 1,
}Variants§
HPT_EXDI_0 = 0
High priority trigger exceptions are enabled.
HPT_EXDI_1 = 1
High priority trigger exceptions are disabled.
Implementations§
Trait Implementations§
Source§impl Ord for HptExdi
impl Ord for HptExdi
Source§impl PartialOrd for HptExdi
impl PartialOrd for HptExdi
impl Copy for HptExdi
impl Eq for HptExdi
impl StructuralPartialEq for HptExdi
Auto Trait Implementations§
impl Freeze for HptExdi
impl RefUnwindSafe for HptExdi
impl Send for HptExdi
impl Sync for HptExdi
impl Unpin for HptExdi
impl UnwindSafe for HptExdi
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