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