#[repr(C)]pub struct usb_event {
pub ue_type: c_int,
pub ue_time: timespec,
pub u: usb_event__bindgen_ty_1,
}Fields§
§ue_type: c_int§ue_time: timespec§u: usb_event__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for usb_event
impl RefUnwindSafe for usb_event
impl Send for usb_event
impl Sync for usb_event
impl Unpin for usb_event
impl UnwindSafe for usb_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