#[repr(u8)]pub enum RxFfLevel {
RX_FF_LEVEL_0 = 0,
RX_FF_LEVEL_1 = 1,
RX_FF_LEVEL_2 = 2,
RX_FF_LEVEL_3 = 3,
RX_FF_LEVEL_4 = 4,
RX_FF_LEVEL_5 = 5,
RX_FF_LEVEL_6 = 6,
RX_FF_LEVEL_7 = 7,
}Variants§
RX_FF_LEVEL_0 = 0
4 Double words
RX_FF_LEVEL_1 = 1
8 Double words
RX_FF_LEVEL_2 = 2
16 Double words
RX_FF_LEVEL_3 = 3
24 Double words
RX_FF_LEVEL_4 = 4
32 Double words
RX_FF_LEVEL_5 = 5
48 Double words
RX_FF_LEVEL_6 = 6
64 Double words
RX_FF_LEVEL_7 = 7
96 Double words
Implementations§
Trait Implementations§
Source§impl Ord for RxFfLevel
impl Ord for RxFfLevel
Source§impl PartialOrd for RxFfLevel
impl PartialOrd for RxFfLevel
impl Copy for RxFfLevel
impl Eq for RxFfLevel
impl StructuralPartialEq for RxFfLevel
Auto Trait Implementations§
impl Freeze for RxFfLevel
impl RefUnwindSafe for RxFfLevel
impl Send for RxFfLevel
impl Sync for RxFfLevel
impl Unpin for RxFfLevel
impl UnwindSafe for RxFfLevel
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