Union windows_sys::Win32::Devices::Usb::USB_PROTOCOLS
#[repr(C, packed(1))]
pub union USB_PROTOCOLS {
pub ul: u32,
pub Anonymous: USB_PROTOCOLS_0,
}
Fields§
§ul: u32
§Anonymous: USB_PROTOCOLS_0
Trait Implementations§
§impl Clone for USB_PROTOCOLS
impl Clone for USB_PROTOCOLS
impl Copy for USB_PROTOCOLS
Auto Trait Implementations§
impl RefUnwindSafe for USB_PROTOCOLS
impl Send for USB_PROTOCOLS
impl Sync for USB_PROTOCOLS
impl Unpin for USB_PROTOCOLS
impl UnwindSafe for USB_PROTOCOLS
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