pub enum Visibility {
Visible,
Hidden,
}
Expand description
Declare whether the network is broadcasting its availability.
Variants§
Visible
Visible wifi networks display in lists of networks when a device scans an area.
Hidden
Hidden wifi networks do not show up on scans and must be known by their SSID to be accessed.
Auto Trait Implementations§
impl Freeze for Visibility
impl RefUnwindSafe for Visibility
impl Send for Visibility
impl Sync for Visibility
impl Unpin for Visibility
impl UnwindSafe for Visibility
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