Struct windows_sys::Win32::Devices::Usb::ALTERNATE_INTERFACE
[−]#[repr(C)]pub struct ALTERNATE_INTERFACE {
pub InterfaceNumber: u16,
pub AlternateInterfaceNumber: u16,
}
Expand description
Required features: "Win32_Devices_Usb"
Fields
InterfaceNumber: u16
AlternateInterfaceNumber: u16
Trait Implementations
impl Clone for ALTERNATE_INTERFACE
impl Clone for ALTERNATE_INTERFACE
impl Copy for ALTERNATE_INTERFACE
Auto Trait Implementations
impl RefUnwindSafe for ALTERNATE_INTERFACE
impl Send for ALTERNATE_INTERFACE
impl Sync for ALTERNATE_INTERFACE
impl Unpin for ALTERNATE_INTERFACE
impl UnwindSafe for ALTERNATE_INTERFACE
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