Struct windows_sys::Win32::Devices::Usb::_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,
}
Expand description
Required features: "Win32_Devices_Usb"
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
impl Copy for _URB_HEADER
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more