Struct windows_sys::Win32::Devices::Usb::USBFN_CLASS_INTERFACE_EX
[−]#[repr(C)]pub struct USBFN_CLASS_INTERFACE_EX {
pub BaseInterfaceNumber: u8,
pub InterfaceCount: u8,
pub PipeCount: u8,
pub PipeArr: [USBFN_PIPE_INFORMATION; 16],
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
BaseInterfaceNumber: u8
InterfaceCount: u8
PipeCount: u8
PipeArr: [USBFN_PIPE_INFORMATION; 16]
Trait Implementations
impl Clone for USBFN_CLASS_INTERFACE_EX
impl Clone for USBFN_CLASS_INTERFACE_EX
impl Copy for USBFN_CLASS_INTERFACE_EX
Auto Trait Implementations
impl RefUnwindSafe for USBFN_CLASS_INTERFACE_EX
impl Send for USBFN_CLASS_INTERFACE_EX
impl Sync for USBFN_CLASS_INTERFACE_EX
impl Unpin for USBFN_CLASS_INTERFACE_EX
impl UnwindSafe for USBFN_CLASS_INTERFACE_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