Struct windows_sys::Win32::Devices::Usb::USBFN_CLASS_INFORMATION_PACKET
[−]#[repr(C)]pub struct USBFN_CLASS_INFORMATION_PACKET {
pub FullSpeedClassInterface: USBFN_CLASS_INTERFACE,
pub HighSpeedClassInterface: USBFN_CLASS_INTERFACE,
pub InterfaceName: [u16; 40],
pub InterfaceGuid: [u16; 39],
pub HasInterfaceGuid: BOOLEAN,
pub SuperSpeedClassInterface: USBFN_CLASS_INTERFACE,
}
Expand description
Required features: "Win32_Devices_Usb"
, "Win32_Foundation"
Fields
FullSpeedClassInterface: USBFN_CLASS_INTERFACE
HighSpeedClassInterface: USBFN_CLASS_INTERFACE
InterfaceName: [u16; 40]
InterfaceGuid: [u16; 39]
HasInterfaceGuid: BOOLEAN
SuperSpeedClassInterface: USBFN_CLASS_INTERFACE
Trait Implementations
impl Clone for USBFN_CLASS_INFORMATION_PACKET
impl Clone for USBFN_CLASS_INFORMATION_PACKET
impl Copy for USBFN_CLASS_INFORMATION_PACKET
Auto Trait Implementations
impl RefUnwindSafe for USBFN_CLASS_INFORMATION_PACKET
impl Send for USBFN_CLASS_INFORMATION_PACKET
impl Sync for USBFN_CLASS_INFORMATION_PACKET
impl Unpin for USBFN_CLASS_INFORMATION_PACKET
impl UnwindSafe for USBFN_CLASS_INFORMATION_PACKET
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