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