Struct google_androidmanagement1::NetworkInfo[][src]

pub struct NetworkInfo {
    pub imei: Option<String>,
    pub meid: Option<String>,
    pub wifi_mac_address: Option<String>,
}

Device network info.

This type is not used in any activity, and only used as part of another schema.

Fields

IMEI number of the GSM device, e.g. A1000031212.

MEID number of the CDMA device, e.g. A00000292788E1.

WiFi MAC address of the device, e.g. 7c:11:11:11:11:11.

Trait Implementations

impl Default for NetworkInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for NetworkInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkInfo
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkInfo
[src]

Auto Trait Implementations

impl Send for NetworkInfo

impl Sync for NetworkInfo