Struct usb_sys::usbdevfs_urb
source · #[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§
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