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