pub struct WifiPmfConfig {
pub capable: bool,
pub required: bool,
}
Fields§
§capable: bool
§required: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WifiPmfConfig
impl RefUnwindSafe for WifiPmfConfig
impl Send for WifiPmfConfig
impl Sync for WifiPmfConfig
impl Unpin for WifiPmfConfig
impl UnwindSafe for WifiPmfConfig
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