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
§fn clone(&self) -> USBFN_CLASS_INTERFACE
fn clone(&self) -> USBFN_CLASS_INTERFACE
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_INTERFACE
Auto Trait Implementations§
impl Freeze for USBFN_CLASS_INTERFACE
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
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
)