pub struct ADBReboot { /* private fields */ }
Expand description
Reboot the device, defaults to system image
Implementations§
Trait Implementations§
Source§impl ADBCommand for ADBReboot
impl ADBCommand for ADBReboot
Auto Trait Implementations§
impl Freeze for ADBReboot
impl !RefUnwindSafe for ADBReboot
impl Send for ADBReboot
impl Sync for ADBReboot
impl Unpin for ADBReboot
impl !UnwindSafe for ADBReboot
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