Enum esp_wifi::wifi::SecondaryChannel
source · pub enum SecondaryChannel {
None,
Above,
Below,
}
Expand description
Secondary Wi-Fi channels.
Variants§
None
No secondary channel (default).
Above
Secondary channel is above the primary channel.
Below
Secondary channel is below the primary channel.
Trait Implementations§
source§impl<O: Into<EnumSet<SecondaryChannel>>> BitAnd<O> for SecondaryChannel
impl<O: Into<EnumSet<SecondaryChannel>>> BitAnd<O> for SecondaryChannel
source§impl<O: Into<EnumSet<SecondaryChannel>>> BitOr<O> for SecondaryChannel
impl<O: Into<EnumSet<SecondaryChannel>>> BitOr<O> for SecondaryChannel
source§impl<O: Into<EnumSet<SecondaryChannel>>> BitXor<O> for SecondaryChannel
impl<O: Into<EnumSet<SecondaryChannel>>> BitXor<O> for SecondaryChannel
source§impl Clone for SecondaryChannel
impl Clone for SecondaryChannel
source§impl Debug for SecondaryChannel
impl Debug for SecondaryChannel
source§impl Default for SecondaryChannel
impl Default for SecondaryChannel
source§fn default() -> SecondaryChannel
fn default() -> SecondaryChannel
Returns the “default value” for a type. Read more
source§impl EnumSetTypePrivate for SecondaryChannel
impl EnumSetTypePrivate for SecondaryChannel
source§type ConstHelper = __EnumSetConstHelper
type ConstHelper = __EnumSetConstHelper
A helper type used to implement the
enum_set!
macro among other things.source§const CONST_HELPER_INSTANCE: __EnumSetConstHelper = __EnumSetConstHelper
const CONST_HELPER_INSTANCE: __EnumSetConstHelper = __EnumSetConstHelper
The instance of the
ConstHelper
.source§const ALL_BITS: Self::Repr = {transmute(0x07): <wifi::SecondaryChannel as enumset::__internal::EnumSetTypePrivate>::Repr}
const ALL_BITS: Self::Repr = {transmute(0x07): <wifi::SecondaryChannel as enumset::__internal::EnumSetTypePrivate>::Repr}
A mask of bits that are valid in the bitset.
source§const VARIANT_COUNT: u32 = 3u32
const VARIANT_COUNT: u32 = 3u32
The number of variants in the bitset.
source§fn enum_into_u32(self) -> u32
fn enum_into_u32(self) -> u32
Converts an enum of this type into its bit position.
source§unsafe fn enum_from_u32(val: u32) -> Self
unsafe fn enum_from_u32(val: u32) -> Self
Converts a bit position into an enum value.
source§impl Not for SecondaryChannel
impl Not for SecondaryChannel
source§impl PartialEq<EnumSet<SecondaryChannel>> for SecondaryChannel
impl PartialEq<EnumSet<SecondaryChannel>> for SecondaryChannel
source§impl PartialEq for SecondaryChannel
impl PartialEq for SecondaryChannel
source§impl PartialOrd for SecondaryChannel
impl PartialOrd for SecondaryChannel
source§fn partial_cmp(&self, other: &SecondaryChannel) -> Option<Ordering>
fn partial_cmp(&self, other: &SecondaryChannel) -> Option<Ordering>
source§impl<O: Into<EnumSet<SecondaryChannel>>> Sub<O> for SecondaryChannel
impl<O: Into<EnumSet<SecondaryChannel>>> Sub<O> for SecondaryChannel
impl Copy for SecondaryChannel
impl EnumSetType for SecondaryChannel
impl Eq for SecondaryChannel
Auto Trait Implementations§
impl Freeze for SecondaryChannel
impl RefUnwindSafe for SecondaryChannel
impl Send for SecondaryChannel
impl Sync for SecondaryChannel
impl Unpin for SecondaryChannel
impl UnwindSafe for SecondaryChannel
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
)