Struct _URB_HEADER
#[repr(C)]pub struct _URB_HEADER {
pub Length: u16,
pub Function: u16,
pub Status: i32,
pub UsbdDeviceHandle: *mut c_void,
pub UsbdFlags: u32,
}
Fields§
§Length: u16
§Function: u16
§Status: i32
§UsbdDeviceHandle: *mut c_void
§UsbdFlags: u32
Trait Implementations§
§impl Clone for _URB_HEADER
impl Clone for _URB_HEADER
§fn clone(&self) -> _URB_HEADER
fn clone(&self) -> _URB_HEADER
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 moreimpl Copy for _URB_HEADER
Auto Trait Implementations§
impl Freeze for _URB_HEADER
impl RefUnwindSafe for _URB_HEADER
impl !Send for _URB_HEADER
impl !Sync for _URB_HEADER
impl Unpin for _URB_HEADER
impl UnwindSafe for _URB_HEADER
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