Struct windows_sys::Win32::Devices::Usb::USB_PASS_THRU_PARAMETERS
#[repr(C, packed(1))]pub struct USB_PASS_THRU_PARAMETERS {
pub FunctionGUID: GUID,
pub ParameterLength: u32,
pub Parameters: [u8; 4],
}
Fields§
§FunctionGUID: GUID
§ParameterLength: u32
§Parameters: [u8; 4]
Trait Implementations§
§impl Clone for USB_PASS_THRU_PARAMETERS
impl Clone for USB_PASS_THRU_PARAMETERS
impl Copy for USB_PASS_THRU_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for USB_PASS_THRU_PARAMETERS
impl Send for USB_PASS_THRU_PARAMETERS
impl Sync for USB_PASS_THRU_PARAMETERS
impl Unpin for USB_PASS_THRU_PARAMETERS
impl UnwindSafe for USB_PASS_THRU_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