#[repr(C)]pub struct usbdevfs_urb {Show 13 fields
pub urb_type: c_uchar,
pub endpoint: c_uchar,
pub status: c_int,
pub flags: c_uint,
pub buffer: *mut c_void,
pub buffer_length: c_int,
pub actual_length: c_int,
pub start_frame: c_int,
pub number_of_packets_or_stream_id: c_uint,
pub error_count: c_int,
pub signr: c_uint,
pub usercontext: usize,
pub iso_frame_desc: __IncompleteArrayField<usbdevfs_iso_packet_desc>,
}Fields§
§urb_type: c_uchar§endpoint: c_uchar§status: c_int§flags: c_uint§buffer: *mut c_void§buffer_length: c_int§actual_length: c_int§start_frame: c_int§number_of_packets_or_stream_id: c_uint§error_count: c_int§signr: c_uint§usercontext: usize§iso_frame_desc: __IncompleteArrayField<usbdevfs_iso_packet_desc>Trait Implementations§
Source§impl Clone for usbdevfs_urb
impl Clone for usbdevfs_urb
Source§fn clone(&self) -> usbdevfs_urb
fn clone(&self) -> usbdevfs_urb
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 Default for usbdevfs_urb
impl Default for usbdevfs_urb
impl Send for usbdevfs_urb
impl Sync for usbdevfs_urb
Auto Trait Implementations§
impl Freeze for usbdevfs_urb
impl RefUnwindSafe for usbdevfs_urb
impl Unpin for usbdevfs_urb
impl UnwindSafe for usbdevfs_urb
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