Struct network_manager::AccessPoint[][src]

pub struct AccessPoint {
    pub path: String,
    pub ssid: Ssid,
    pub strength: u32,
    pub security: Security,
}

Fields

Methods

impl AccessPoint
[src]

Trait Implementations

impl Debug for AccessPoint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AccessPoint

impl Sync for AccessPoint