Struct Mode
#[repr(transparent)]pub struct Mode(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl Mode
impl Mode
Sourcepub const IEEE_80211B: Mode
pub const IEEE_80211B: Mode
IEEE 802.11b (2.4 GHz)
Sourcepub const IEEE_80211BG: Mode
pub const IEEE_80211BG: Mode
IEEE 802.11bg (2.4 GHz)
Sourcepub const IEEE_80211BGN: Mode
pub const IEEE_80211BGN: Mode
IEEE 802.11bgn (2.4 GHz)
Sourcepub const IEEE_80211A: Mode
pub const IEEE_80211A: Mode
IEEE 802.11a (5 GHz)
Sourcepub const IEEE_80211AN: Mode
pub const IEEE_80211AN: Mode
IEEE 802.11an (5 GHz)
Sourcepub const IEEE_80211AC: Mode
pub const IEEE_80211AC: Mode
IEEE 802.11ac (5 GHz)
Trait Implementations§
Source§impl Serialize for Mode
impl Serialize for Mode
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for Mode
impl Eq for Mode
impl StructuralPartialEq for Mode
Auto Trait Implementations§
impl Freeze for Mode
impl RefUnwindSafe for Mode
impl Send for Mode
impl Sync for Mode
impl Unpin for Mode
impl UnwindSafe for Mode
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