Union windows_sys::Win32::Devices::Usb::USB_HIGH_SPEED_MAXPACKET
[−]#[repr(C, packed(1))]
pub union USB_HIGH_SPEED_MAXPACKET {
pub us: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
us: u16
Trait Implementations
impl Clone for USB_HIGH_SPEED_MAXPACKET
impl Clone for USB_HIGH_SPEED_MAXPACKET
impl Copy for USB_HIGH_SPEED_MAXPACKET
Auto Trait Implementations
impl RefUnwindSafe for USB_HIGH_SPEED_MAXPACKET
impl Send for USB_HIGH_SPEED_MAXPACKET
impl Sync for USB_HIGH_SPEED_MAXPACKET
impl Unpin for USB_HIGH_SPEED_MAXPACKET
impl UnwindSafe for USB_HIGH_SPEED_MAXPACKET
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