Struct wireless::Country [] [src]

pub struct Country {
    pub code: String,
    pub mcc: MCC,
    pub name: String,
}

Fields