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