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