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,
}
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§
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