Struct google_testing1::DeviceFile[][src]

pub struct DeviceFile {
    pub obb_file: Option<ObbFile>,
}

A single device file description.

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

Fields

A reference to an opaque binary blob file

Trait Implementations

impl Default for DeviceFile
[src]

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

impl Clone for DeviceFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceFile
[src]

Formats the value using the given formatter. Read more

impl Part for DeviceFile
[src]

Auto Trait Implementations

impl Send for DeviceFile

impl Sync for DeviceFile