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