Struct wifi_ctrl::sta::NetworkResult
source · pub struct NetworkResult {
pub network_id: usize,
pub ssid: String,
pub flags: String,
}
Expand description
A known WiFi network.
Fields§
§network_id: usize
§ssid: String
§flags: String
Implementations§
source§impl NetworkResult
impl NetworkResult
pub async fn vec_from_str( response: &str, socket: &mut UnixDatagram ) -> Result<Vec<NetworkResult>>
Trait Implementations§
source§impl Clone for NetworkResult
impl Clone for NetworkResult
source§fn clone(&self) -> NetworkResult
fn clone(&self) -> NetworkResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more