Struct orb_network_manager::AccessPoint
source · [−]pub struct AccessPoint {
pub path: String,
pub ssid: Ssid,
pub strength: u32,
pub security: Security,
}Fields
path: Stringssid: Ssidstrength: u32security: SecurityImplementations
sourceimpl AccessPoint
impl AccessPoint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AccessPoint
impl Send for AccessPoint
impl Sync for AccessPoint
impl Unpin for AccessPoint
impl UnwindSafe for AccessPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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