Enum esp_idf_svc::wifi::Capability
source · pub enum Capability {
Client,
AccessPoint,
Mixed,
}
Variants§
Trait Implementations§
source§impl<O> BitAnd<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
impl<O> BitAnd<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
§type Output = EnumSet<Capability>
type Output = EnumSet<Capability>
The resulting type after applying the
&
operator.source§fn bitand(self, other: O) -> <Capability as BitAnd<O>>::Output
fn bitand(self, other: O) -> <Capability as BitAnd<O>>::Output
Performs the
&
operation. Read moresource§impl<O> BitOr<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
impl<O> BitOr<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
§type Output = EnumSet<Capability>
type Output = EnumSet<Capability>
The resulting type after applying the
|
operator.source§fn bitor(self, other: O) -> <Capability as BitOr<O>>::Output
fn bitor(self, other: O) -> <Capability as BitOr<O>>::Output
Performs the
|
operation. Read moresource§impl<O> BitXor<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
impl<O> BitXor<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
§type Output = EnumSet<Capability>
type Output = EnumSet<Capability>
The resulting type after applying the
^
operator.source§fn bitxor(self, other: O) -> <Capability as BitXor<O>>::Output
fn bitxor(self, other: O) -> <Capability as BitXor<O>>::Output
Performs the
^
operation. Read moresource§impl Clone for Capability
impl Clone for Capability
source§fn clone(&self) -> Capability
fn clone(&self) -> Capability
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 Capability
impl Debug for Capability
source§impl Not for Capability
impl Not for Capability
§type Output = EnumSet<Capability>
type Output = EnumSet<Capability>
The resulting type after applying the
!
operator.source§fn not(self) -> <Capability as Not>::Output
fn not(self) -> <Capability as Not>::Output
Performs the unary
!
operation. Read moresource§impl PartialEq<EnumSet<Capability>> for Capability
impl PartialEq<EnumSet<Capability>> for Capability
source§fn eq(&self, other: &EnumSet<Capability>) -> bool
fn eq(&self, other: &EnumSet<Capability>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq for Capability
impl PartialEq for Capability
source§impl PartialOrd for Capability
impl PartialOrd for Capability
source§impl<O> Sub<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
impl<O> Sub<O> for Capabilitywhere
O: Into<EnumSet<Capability>>,
§type Output = EnumSet<Capability>
type Output = EnumSet<Capability>
The resulting type after applying the
-
operator.source§fn sub(self, other: O) -> <Capability as Sub<O>>::Output
fn sub(self, other: O) -> <Capability as Sub<O>>::Output
Performs the
-
operation. Read moreimpl Copy for Capability
impl EnumSetType for Capability
impl Eq for Capability
Auto Trait Implementations§
impl Freeze for Capability
impl RefUnwindSafe for Capability
impl Send for Capability
impl Sync for Capability
impl Unpin for Capability
impl UnwindSafe for Capability
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
)