Enum stm32wlxx_hal::subghz::NbCadSymbol
source · #[repr(u8)]pub enum NbCadSymbol {
S1 = 0,
S2 = 1,
S4 = 2,
S8 = 3,
S16 = 4,
}
Expand description
Number of symbols used for channel activity detection scans.
Argument of CadParams::set_num_symbol
.
Variants§
Trait Implementations§
source§impl Clone for NbCadSymbol
impl Clone for NbCadSymbol
source§fn clone(&self) -> NbCadSymbol
fn clone(&self) -> NbCadSymbol
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 NbCadSymbol
impl Debug for NbCadSymbol
source§impl Ord for NbCadSymbol
impl Ord for NbCadSymbol
source§fn cmp(&self, other: &NbCadSymbol) -> Ordering
fn cmp(&self, other: &NbCadSymbol) -> 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 NbCadSymbol
impl PartialEq for NbCadSymbol
source§fn eq(&self, other: &NbCadSymbol) -> bool
fn eq(&self, other: &NbCadSymbol) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NbCadSymbol
impl PartialOrd for NbCadSymbol
source§fn partial_cmp(&self, other: &NbCadSymbol) -> Option<Ordering>
fn partial_cmp(&self, other: &NbCadSymbol) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for NbCadSymbol
impl Eq for NbCadSymbol
impl StructuralEq for NbCadSymbol
impl StructuralPartialEq for NbCadSymbol
Auto Trait Implementations§
impl RefUnwindSafe for NbCadSymbol
impl Send for NbCadSymbol
impl Sync for NbCadSymbol
impl Unpin for NbCadSymbol
impl UnwindSafe for NbCadSymbol
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