pub struct Protocols {
pub p_11b: bool,
pub p_11g: bool,
pub p_11n: bool,
pub p_lr: bool,
pub p_11ax: bool,
pub wps: bool,
pub p_11a: bool,
pub p_11ac: bool,
}Fields§
§p_11b: bool802.11b
p_11g: bool802.11g
p_11n: bool802.11n
p_lr: boolLong range
p_11ax: bool802.11ax
wps: bool802.11ax
p_11a: bool802.11a
p_11ac: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Protocols
impl RefUnwindSafe for Protocols
impl Send for Protocols
impl Sync for Protocols
impl Unpin for Protocols
impl UnwindSafe for Protocols
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