Struct adb_utils::scripting::get_stats::ADBGetSerialNo
source · pub struct ADBGetSerialNo { /* private fields */ }
Expand description
Get the device’s serial number(connected wired) or ip(connected wireless)
Trait Implementations§
source§impl ADBCommand for ADBGetSerialNo
impl ADBCommand for ADBGetSerialNo
Auto Trait Implementations§
impl !RefUnwindSafe for ADBGetSerialNo
impl Send for ADBGetSerialNo
impl Sync for ADBGetSerialNo
impl Unpin for ADBGetSerialNo
impl !UnwindSafe for ADBGetSerialNo
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