Struct windows_sys::Win32::Devices::Usb::_URB_HCD_AREA
[−]Expand description
Required features: "Win32_Devices_Usb"
Fields
Reserved8: [*mut c_void; 8]
Trait Implementations
impl Clone for _URB_HCD_AREA
impl Clone for _URB_HCD_AREA
impl Copy for _URB_HCD_AREA
Auto Trait Implementations
impl RefUnwindSafe for _URB_HCD_AREA
impl !Send for _URB_HCD_AREA
impl !Sync for _URB_HCD_AREA
impl Unpin for _URB_HCD_AREA
impl UnwindSafe for _URB_HCD_AREA
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