iwdrs 0.2.7

Rust crate for iwd
Documentation
1
2
3
4
5
6
7
8
use crate::network::NetworkType;

#[derive(Debug, Clone)]
pub struct HiddenNetwork {
    pub address: String,
    pub signal_strength: i16,
    pub network_type: NetworkType,
}