pub enum UsbAdbImpl_Event {
OnStatusChanged {
status: StatusFlags,
},
}
Variants§
OnStatusChanged
Fields
§
status: StatusFlags
Implementations§
Source§impl UsbAdbImpl_Event
impl UsbAdbImpl_Event
pub fn into_on_status_changed(self) -> Option<StatusFlags>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsbAdbImpl_Event
impl RefUnwindSafe for UsbAdbImpl_Event
impl Send for UsbAdbImpl_Event
impl Sync for UsbAdbImpl_Event
impl Unpin for UsbAdbImpl_Event
impl UnwindSafe for UsbAdbImpl_Event
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