Struct wpa_ctrl::WpaNetworkFlags
source · [−]Expand description
Network’s flag, describing its current state.
Fields
current: bool
Indicates that network is currently set to be used.
disabled: bool
Indicates that network is disabled.
p2p_persistent: bool
Network is part of p2p persistent group. Google what it means.
Implementations
Trait Implementations
sourceimpl Clone for WpaNetworkFlags
impl Clone for WpaNetworkFlags
sourcefn clone(&self) -> WpaNetworkFlags
fn clone(&self) -> WpaNetworkFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WpaNetworkFlags
impl Debug for WpaNetworkFlags
sourceimpl Default for WpaNetworkFlags
impl Default for WpaNetworkFlags
sourcefn default() -> WpaNetworkFlags
fn default() -> WpaNetworkFlags
Returns the “default value” for a type. Read more
impl Copy for WpaNetworkFlags
Auto Trait Implementations
impl RefUnwindSafe for WpaNetworkFlags
impl Send for WpaNetworkFlags
impl Sync for WpaNetworkFlags
impl Unpin for WpaNetworkFlags
impl UnwindSafe for WpaNetworkFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more