#[repr(C)]pub struct UsbInterface {
pub expect_interface: c_int,
pub unk8: c_int,
pub num_interface: c_int,
}Expand description
USB driver interface
Fields§
§expect_interface: c_intExpectant interface (0 or -1)
unk8: c_intUnknown
num_interface: c_intNumber of interfaces
Trait Implementations§
Source§impl Clone for UsbInterface
impl Clone for UsbInterface
Source§impl Debug for UsbInterface
impl Debug for UsbInterface
impl Copy for UsbInterface
Auto Trait Implementations§
impl Freeze for UsbInterface
impl RefUnwindSafe for UsbInterface
impl Send for UsbInterface
impl Sync for UsbInterface
impl Unpin for UsbInterface
impl UnsafeUnpin for UsbInterface
impl UnwindSafe for UsbInterface
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