Enum embedded_svc::wifi::SecondaryChannel
source · pub enum SecondaryChannel {
None,
Above,
Below,
}
Variants§
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§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§fn eq(&self, other: &EnumSet<SecondaryChannel>) -> bool
fn eq(&self, other: &EnumSet<SecondaryChannel>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq for SecondaryChannel
impl PartialEq for SecondaryChannel
source§impl PartialOrd for SecondaryChannel
impl PartialOrd for SecondaryChannel
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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)