#[repr(C, packed(1))]pub struct usb_functionfs_event {
pub u: usb_functionfs_event__bindgen_ty_1,
pub type_: __u8,
pub _pad: [__u8; 3],
}
Fields§
§u: usb_functionfs_event__bindgen_ty_1
§type_: __u8
§_pad: [__u8; 3]
Trait Implementations§
Source§impl Clone for usb_functionfs_event
impl Clone for usb_functionfs_event
Source§fn clone(&self) -> usb_functionfs_event
fn clone(&self) -> usb_functionfs_event
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for usb_functionfs_event
Auto Trait Implementations§
impl Freeze for usb_functionfs_event
impl RefUnwindSafe for usb_functionfs_event
impl Send for usb_functionfs_event
impl Sync for usb_functionfs_event
impl Unpin for usb_functionfs_event
impl UnwindSafe for usb_functionfs_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