#[repr(u8)]pub enum Ier {
IGNORED = 0,
NORMAL = 1,
}Variants§
IGNORED = 0
Reads to the Interrupt enable register are ignored.
NORMAL = 1
Reads to the Interrupt enable register complete as normal.
Implementations§
Trait Implementations§
Source§impl Ord for Ier
impl Ord for Ier
Source§impl PartialOrd for Ier
impl PartialOrd for Ier
impl Copy for Ier
impl Eq for Ier
impl StructuralPartialEq for Ier
Auto Trait Implementations§
impl Freeze for Ier
impl RefUnwindSafe for Ier
impl Send for Ier
impl Sync for Ier
impl Unpin for Ier
impl UnwindSafe for Ier
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