pub struct ADBWait { /* private fields */ }
Expand description
Wait for the device to be in the given state
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADBWait
impl !RefUnwindSafe for ADBWait
impl Send for ADBWait
impl Sync for ADBWait
impl Unpin for ADBWait
impl !UnwindSafe for ADBWait
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