pub struct AccessPoint {
pub path: String,
pub ssid: Ssid,
pub strength: u32,
pub security: Security,
}
Fields§
§path: String
§ssid: Ssid
§strength: u32
§security: Security
Implementations§
Source§impl AccessPoint
impl AccessPoint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccessPoint
impl RefUnwindSafe for AccessPoint
impl Send for AccessPoint
impl Sync for AccessPoint
impl Unpin for AccessPoint
impl UnwindSafe for AccessPoint
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