#[repr(C)]pub struct IHostUSBDevice {
pub lpVtbl: *mut IHostUSBDeviceVtbl,
}
Fields§
§lpVtbl: *mut IHostUSBDeviceVtbl
Trait Implementations§
Source§impl Clone for IHostUSBDevice
impl Clone for IHostUSBDevice
Source§fn clone(&self) -> IHostUSBDevice
fn clone(&self) -> IHostUSBDevice
Returns a duplicate 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 moreSource§impl Debug for IHostUSBDevice
impl Debug for IHostUSBDevice
impl Copy for IHostUSBDevice
Auto Trait Implementations§
impl Freeze for IHostUSBDevice
impl RefUnwindSafe for IHostUSBDevice
impl !Send for IHostUSBDevice
impl !Sync for IHostUSBDevice
impl Unpin for IHostUSBDevice
impl UnwindSafe for IHostUSBDevice
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