#[repr(i64)]pub enum CWPHYMode {
None = 0,
M11a = 1,
M11b = 2,
M11g = 3,
M11n = 4,
M11ac = 5,
M11ax = 6,
}Expand description
“CoreWLAN physical layer modes.”
Variants§
None = 0
“No specified mode.”
M11a = 1
“IEEE 802.11a PHY.”
M11b = 2
“IEEE 802.11b PHY.”
M11g = 3
“IEEE 802.11g PHY.”
M11n = 4
“IEEE 802.11n PHY.”
M11ac = 5
“IEEE 802.11ac PHY.”
M11ax = 6
Trait Implementations§
impl Copy for CWPHYMode
impl Eq for CWPHYMode
impl StructuralPartialEq for CWPHYMode
Auto Trait Implementations§
impl Freeze for CWPHYMode
impl RefUnwindSafe for CWPHYMode
impl Send for CWPHYMode
impl Sync for CWPHYMode
impl Unpin for CWPHYMode
impl UnwindSafe for CWPHYMode
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