#[repr(u8)]pub enum Glblintrmsk {
MASK = 0,
NOMASK = 1,
}Variants§
MASK = 0
Mask the interrupt assertion to the application
NOMASK = 1
Unmask the interrupt assertion to the application.
Implementations§
Source§impl Glblintrmsk
impl Glblintrmsk
Trait Implementations§
Source§impl Clone for Glblintrmsk
impl Clone for Glblintrmsk
Source§fn clone(&self) -> Glblintrmsk
fn clone(&self) -> Glblintrmsk
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Glblintrmsk
impl Debug for Glblintrmsk
Source§impl From<Glblintrmsk> for u8
impl From<Glblintrmsk> for u8
Source§fn from(val: Glblintrmsk) -> u8
fn from(val: Glblintrmsk) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Glblintrmsk
impl From<u8> for Glblintrmsk
Source§fn from(val: u8) -> Glblintrmsk
fn from(val: u8) -> Glblintrmsk
Converts to this type from the input type.
Source§impl Ord for Glblintrmsk
impl Ord for Glblintrmsk
Source§fn cmp(&self, other: &Glblintrmsk) -> Ordering
fn cmp(&self, other: &Glblintrmsk) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Glblintrmsk
impl PartialEq for Glblintrmsk
Source§impl PartialOrd for Glblintrmsk
impl PartialOrd for Glblintrmsk
impl Copy for Glblintrmsk
impl Eq for Glblintrmsk
impl StructuralPartialEq for Glblintrmsk
Auto Trait Implementations§
impl Freeze for Glblintrmsk
impl RefUnwindSafe for Glblintrmsk
impl Send for Glblintrmsk
impl Sync for Glblintrmsk
impl Unpin for Glblintrmsk
impl UnwindSafe for Glblintrmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)