#[repr(C)]pub struct URB {
pub Anonymous: URB_0,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
Anonymous: URB_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for URB
impl !Send for URB
impl !Sync for URB
impl Unpin for URB
impl UnwindSafe for URB
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