Enum esp_idf_svc::wifi::SecondaryChannel
source · pub enum SecondaryChannel {
None,
Above,
Below,
}
Variants§
Trait Implementations§
source§impl<O> BitAnd<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
impl<O> BitAnd<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
§type Output = EnumSet<SecondaryChannel>
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the
&
operator.source§fn bitand(self, other: O) -> <SecondaryChannel as BitAnd<O>>::Output
fn bitand(self, other: O) -> <SecondaryChannel as BitAnd<O>>::Output
Performs the
&
operation. Read moresource§impl<O> BitOr<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
impl<O> BitOr<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
§type Output = EnumSet<SecondaryChannel>
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the
|
operator.source§fn bitor(self, other: O) -> <SecondaryChannel as BitOr<O>>::Output
fn bitor(self, other: O) -> <SecondaryChannel as BitOr<O>>::Output
Performs the
|
operation. Read moresource§impl<O> BitXor<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
impl<O> BitXor<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
§type Output = EnumSet<SecondaryChannel>
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the
^
operator.source§fn bitxor(self, other: O) -> <SecondaryChannel as BitXor<O>>::Output
fn bitxor(self, other: O) -> <SecondaryChannel as BitXor<O>>::Output
Performs the
^
operation. Read moresource§impl Clone for SecondaryChannel
impl Clone for SecondaryChannel
source§fn clone(&self) -> SecondaryChannel
fn clone(&self) -> SecondaryChannel
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§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 Not for SecondaryChannel
impl Not for SecondaryChannel
§type Output = EnumSet<SecondaryChannel>
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the
!
operator.source§fn not(self) -> <SecondaryChannel as Not>::Output
fn not(self) -> <SecondaryChannel as Not>::Output
Performs the unary
!
operation. Read moresource§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§fn eq(&self, other: &SecondaryChannel) -> bool
fn eq(&self, other: &SecondaryChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SecondaryChannel
impl PartialOrd for SecondaryChannel
source§impl<O> Sub<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
impl<O> Sub<O> for SecondaryChannelwhere
O: Into<EnumSet<SecondaryChannel>>,
§type Output = EnumSet<SecondaryChannel>
type Output = EnumSet<SecondaryChannel>
The resulting type after applying the
-
operator.source§fn sub(self, other: O) -> <SecondaryChannel as Sub<O>>::Output
fn sub(self, other: O) -> <SecondaryChannel as Sub<O>>::Output
Performs the
-
operation. Read moreimpl 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
)