#[repr(C)]pub struct IHostUSBDevice {
pub lpVtbl: *mut IHostUSBDeviceVtbl,
}Fields§
§lpVtbl: *mut IHostUSBDeviceVtblTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IHostUSBDevice
Auto Trait Implementations§
impl !Send for IHostUSBDevice
impl !Sync for IHostUSBDevice
impl Freeze for IHostUSBDevice
impl RefUnwindSafe for IHostUSBDevice
impl Unpin for IHostUSBDevice
impl UnsafeUnpin 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