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: bool
802.11b
p_11g: bool
802.11g
p_11n: bool
802.11n
p_lr: bool
Long range
p_11ax: bool
802.11ax
wps: bool
802.11ax
p_11a: bool
802.11a
p_11ac: bool
Implementations§
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