#[repr(C)]pub struct usb_full_desc {
pub ufd_config_index: c_int,
pub ufd_size: u_int,
pub ufd_data: *mut u_char,
}Fields§
§ufd_config_index: c_int§ufd_size: u_int§ufd_data: *mut u_charTrait Implementations§
Source§impl Clone for usb_full_desc
impl Clone for usb_full_desc
Source§fn clone(&self) -> usb_full_desc
fn clone(&self) -> usb_full_desc
Returns a duplicate 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_full_desc
impl Debug for usb_full_desc
impl Copy for usb_full_desc
Auto Trait Implementations§
impl Freeze for usb_full_desc
impl RefUnwindSafe for usb_full_desc
impl !Send for usb_full_desc
impl !Sync for usb_full_desc
impl Unpin for usb_full_desc
impl UnwindSafe for usb_full_desc
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