Enum Beie
pub enum Beie {
_0 = 0,
_1 = 1,
}Expand description
Bit Error Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Beie
impl Eq for Beie
impl StructuralPartialEq for Beie
Auto Trait Implementations§
impl Freeze for Beie
impl RefUnwindSafe for Beie
impl Send for Beie
impl Sync for Beie
impl Unpin for Beie
impl UnwindSafe for Beie
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