pub struct ADBGetDevPath { /* private fields */ }
Expand description
Get the device’s dev path
Trait Implementations§
Source§impl ADBCommand for ADBGetDevPath
impl ADBCommand for ADBGetDevPath
Auto Trait Implementations§
impl Freeze for ADBGetDevPath
impl !RefUnwindSafe for ADBGetDevPath
impl Send for ADBGetDevPath
impl Sync for ADBGetDevPath
impl Unpin for ADBGetDevPath
impl !UnwindSafe for ADBGetDevPath
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