#[repr(C)]pub struct usb_ctl_report_desc {
pub ucrd_size: c_int,
pub ucrd_data: [u_char; 1024],
}Fields§
§ucrd_size: c_int§ucrd_data: [u_char; 1024]Trait Implementations§
Source§impl Clone for usb_ctl_report_desc
impl Clone for usb_ctl_report_desc
Source§fn clone(&self) -> usb_ctl_report_desc
fn clone(&self) -> usb_ctl_report_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 moreimpl Copy for usb_ctl_report_desc
Auto Trait Implementations§
impl Freeze for usb_ctl_report_desc
impl RefUnwindSafe for usb_ctl_report_desc
impl Send for usb_ctl_report_desc
impl Sync for usb_ctl_report_desc
impl Unpin for usb_ctl_report_desc
impl UnwindSafe for usb_ctl_report_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