#[repr(u8)]pub enum RxdModeLpop {
LOW_LAT = 0,
LOW_POWER = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
LOW_LAT = 0
Low-latency operation
LOW_POWER = 1
Low-power operation
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Source§impl RxdModeLpop
impl RxdModeLpop
Trait Implementations§
Source§impl Clone for RxdModeLpop
impl Clone for RxdModeLpop
Source§fn clone(&self) -> RxdModeLpop
fn clone(&self) -> RxdModeLpop
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RxdModeLpop
impl Debug for RxdModeLpop
Source§impl From<RxdModeLpop> for u8
impl From<RxdModeLpop> for u8
Source§fn from(val: RxdModeLpop) -> u8
fn from(val: RxdModeLpop) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RxdModeLpop
impl From<u8> for RxdModeLpop
Source§fn from(val: u8) -> RxdModeLpop
fn from(val: u8) -> RxdModeLpop
Converts to this type from the input type.
Source§impl Ord for RxdModeLpop
impl Ord for RxdModeLpop
Source§fn cmp(&self, other: &RxdModeLpop) -> Ordering
fn cmp(&self, other: &RxdModeLpop) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RxdModeLpop
impl PartialEq for RxdModeLpop
Source§impl PartialOrd for RxdModeLpop
impl PartialOrd for RxdModeLpop
impl Copy for RxdModeLpop
impl Eq for RxdModeLpop
impl StructuralPartialEq for RxdModeLpop
Auto Trait Implementations§
impl Freeze for RxdModeLpop
impl RefUnwindSafe for RxdModeLpop
impl Send for RxdModeLpop
impl Sync for RxdModeLpop
impl Unpin for RxdModeLpop
impl UnwindSafe for RxdModeLpop
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)