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