Struct wireless::Country [] [src]

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

Represents a country.

Fields

The three-digit Mobile Country Code (MCC) representing the country. E.g. 530 for New Zealand. Note that it is possible for a country to have more than one MCC representing it. See the Wikipedia article about Mobile Country Codes for more information and a list of valid codes.

The name of the country. E.g. New Zealand.