Struct windows_sys::Win32::Devices::Usb::URB
#[repr(C)]pub struct URB {
pub Anonymous: URB_0,
}
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§
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