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