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