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