Struct forensic_adb::Device
source · pub struct Device {
pub host: Host,
pub serial: DeviceSerial,
pub run_as_package: Option<String>,
pub storage: AndroidStorage,
pub tempfile: UnixPathBuf,
}Expand description
Represents an ADB device.
Fields§
§host: HostADB host that controls this device.
serial: DeviceSerialSerial number uniquely identifying this ADB device.
run_as_package: Option<String>§storage: AndroidStorage§tempfile: UnixPathBufCache intermediate tempfile name used in pushing via run_as.