#[repr(C)]pub struct USBFN_CLASS_INFORMATION_PACKET_EX {
pub FullSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX,
pub HighSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX,
pub SuperSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX,
pub InterfaceName: [u16; 40],
pub InterfaceGuid: [u16; 39],
pub HasInterfaceGuid: BOOLEAN,
}
Expand description
Required features: "Win32_Devices_Usb"
, "Win32_Foundation"
Fields
FullSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX
HighSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX
SuperSpeedClassInterfaceEx: USBFN_CLASS_INTERFACE_EX
InterfaceName: [u16; 40]
InterfaceGuid: [u16; 39]
HasInterfaceGuid: BOOLEAN
Trait Implementations
impl Clone for USBFN_CLASS_INFORMATION_PACKET_EX
impl Clone for USBFN_CLASS_INFORMATION_PACKET_EX
impl Copy for USBFN_CLASS_INFORMATION_PACKET_EX
Auto Trait Implementations
impl RefUnwindSafe for USBFN_CLASS_INFORMATION_PACKET_EX
impl Send for USBFN_CLASS_INFORMATION_PACKET_EX
impl Sync for USBFN_CLASS_INFORMATION_PACKET_EX
impl Unpin for USBFN_CLASS_INFORMATION_PACKET_EX
impl UnwindSafe for USBFN_CLASS_INFORMATION_PACKET_EX
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