Struct windows_sys::Win32::Devices::Usb::USBFN_CLASS_INTERFACE
#[repr(C)]pub struct USBFN_CLASS_INTERFACE {
pub InterfaceNumber: u8,
pub PipeCount: u8,
pub PipeArr: [USBFN_PIPE_INFORMATION; 16],
}
Fields§
§InterfaceNumber: u8
§PipeCount: u8
§PipeArr: [USBFN_PIPE_INFORMATION; 16]
Trait Implementations§
§impl Clone for USBFN_CLASS_INTERFACE
impl Clone for USBFN_CLASS_INTERFACE
impl Copy for USBFN_CLASS_INTERFACE
Auto Trait Implementations§
impl RefUnwindSafe for USBFN_CLASS_INTERFACE
impl Send for USBFN_CLASS_INTERFACE
impl Sync for USBFN_CLASS_INTERFACE
impl Unpin for USBFN_CLASS_INTERFACE
impl UnwindSafe for USBFN_CLASS_INTERFACE
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