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