#[repr(u8)]pub enum Rxflush {
NO_EFFECT = 0,
RXFIFO_RST = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rxflush
impl Ord for Rxflush
Source§impl PartialOrd for Rxflush
impl PartialOrd for Rxflush
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