Struct google_testing1::DeviceFile [−][src]
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]
impl Default for DeviceFilefn default() -> DeviceFile[src]
fn default() -> DeviceFileReturns the "default value" for a type. Read more
impl Clone for DeviceFile[src]
impl Clone for DeviceFilefn clone(&self) -> DeviceFile[src]
fn clone(&self) -> DeviceFileReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for DeviceFile[src]
impl Debug for DeviceFilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for DeviceFile[src]
impl Part for DeviceFileAuto Trait Implementations
impl Send for DeviceFile
impl Send for DeviceFileimpl Sync for DeviceFile
impl Sync for DeviceFile