Struct rusoto_devicefarm::Radios[][src]

pub struct Radios {
    pub bluetooth: Option<bool>,
    pub gps: Option<bool>,
    pub nfc: Option<bool>,
    pub wifi: Option<bool>,
}

Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.

Fields

True if Bluetooth is enabled at the beginning of the test; otherwise, false.

True if GPS is enabled at the beginning of the test; otherwise, false.

True if NFC is enabled at the beginning of the test; otherwise, false.

True if Wi-Fi is enabled at the beginning of the test; otherwise, false.

Trait Implementations

impl Default for Radios
[src]

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

impl Debug for Radios
[src]

Formats the value using the given formatter. Read more

impl Clone for Radios
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Radios
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Radios

impl Sync for Radios