#[repr(u8)]pub enum RxFifoRst {
NORMAL = 0,
RESET_ONE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for RxFifoRst
impl Ord for RxFifoRst
Source§impl PartialOrd for RxFifoRst
impl PartialOrd for RxFifoRst
impl Copy for RxFifoRst
impl Eq for RxFifoRst
impl StructuralPartialEq for RxFifoRst
Auto Trait Implementations§
impl Freeze for RxFifoRst
impl RefUnwindSafe for RxFifoRst
impl Send for RxFifoRst
impl Sync for RxFifoRst
impl Unpin for RxFifoRst
impl UnwindSafe for RxFifoRst
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