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