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
obb_file: Option<ObbFile>
A reference to an opaque binary blob file
Trait Implementations
impl Default for DeviceFile[src]
fn default() -> DeviceFile[src]
Returns the "default value" for a type. Read more
impl Clone for DeviceFile[src]
fn clone(&self) -> DeviceFile[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more