Struct windows_sys::Win32::Devices::Usb::USBUSER_SEND_ONE_PACKET
#[repr(C, packed(1))]pub struct USBUSER_SEND_ONE_PACKET {
pub Header: USBUSER_REQUEST_HEADER,
pub PacketParameters: PACKET_PARAMETERS,
}
Fields§
§Header: USBUSER_REQUEST_HEADER
§PacketParameters: PACKET_PARAMETERS
Trait Implementations§
§impl Clone for USBUSER_SEND_ONE_PACKET
impl Clone for USBUSER_SEND_ONE_PACKET
impl Copy for USBUSER_SEND_ONE_PACKET
Auto Trait Implementations§
impl RefUnwindSafe for USBUSER_SEND_ONE_PACKET
impl Send for USBUSER_SEND_ONE_PACKET
impl Sync for USBUSER_SEND_ONE_PACKET
impl Unpin for USBUSER_SEND_ONE_PACKET
impl UnwindSafe for USBUSER_SEND_ONE_PACKET
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