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,
}
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
§fn clone(&self) -> USBFN_CLASS_INFORMATION_PACKET
fn clone(&self) -> USBFN_CLASS_INFORMATION_PACKET
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for USBFN_CLASS_INFORMATION_PACKET
Auto Trait Implementations§
impl Freeze for USBFN_CLASS_INFORMATION_PACKET
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)