#[repr(C, packed(1))]pub struct usb_functionfs_descs_head_v2 {
pub magic: __le32,
pub length: __le32,
pub flags: __le32,
}
Fields§
§magic: __le32
§length: __le32
§flags: __le32
Trait Implementations§
Source§impl Clone for usb_functionfs_descs_head_v2
impl Clone for usb_functionfs_descs_head_v2
Source§fn clone(&self) -> usb_functionfs_descs_head_v2
fn clone(&self) -> usb_functionfs_descs_head_v2
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 moreSource§impl Debug for usb_functionfs_descs_head_v2
impl Debug for usb_functionfs_descs_head_v2
impl Copy for usb_functionfs_descs_head_v2
Auto Trait Implementations§
impl Freeze for usb_functionfs_descs_head_v2
impl RefUnwindSafe for usb_functionfs_descs_head_v2
impl Send for usb_functionfs_descs_head_v2
impl Sync for usb_functionfs_descs_head_v2
impl Unpin for usb_functionfs_descs_head_v2
impl UnwindSafe for usb_functionfs_descs_head_v2
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