pub struct ADBEmulatorDevice {
pub identifier: String,
/* private fields */
}
Expand description
Represents an emulator connected to the ADB server.
Fields§
§identifier: String
Unique device identifier.
Implementations§
Trait Implementations§
Source§impl Debug for ADBEmulatorDevice
impl Debug for ADBEmulatorDevice
Source§impl Drop for ADBEmulatorDevice
impl Drop for ADBEmulatorDevice
Source§impl TryFrom<ADBServerDevice> for ADBEmulatorDevice
impl TryFrom<ADBServerDevice> for ADBEmulatorDevice
Source§type Error = RustADBError
type Error = RustADBError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ADBEmulatorDevice
impl RefUnwindSafe for ADBEmulatorDevice
impl Send for ADBEmulatorDevice
impl Sync for ADBEmulatorDevice
impl Unpin for ADBEmulatorDevice
impl UnwindSafe for ADBEmulatorDevice
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more