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