Struct windows::Devices::Usb::IUsbDeviceClassesStatics_Vtbl
#[repr(C)]pub struct IUsbDeviceClassesStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CdcControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Physical: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PersonalHealthcare: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ActiveSync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PalmSync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DeviceFirmwareUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Irda: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Measurement: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VendorSpecific: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CdcControl: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Physical: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PersonalHealthcare: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ActiveSync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PalmSync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DeviceFirmwareUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Irda: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Measurement: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§VendorSpecific: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUsbDeviceClassesStatics_Vtbl
impl RefUnwindSafe for IUsbDeviceClassesStatics_Vtbl
impl Send for IUsbDeviceClassesStatics_Vtbl
impl Sync for IUsbDeviceClassesStatics_Vtbl
impl Unpin for IUsbDeviceClassesStatics_Vtbl
impl UnwindSafe for IUsbDeviceClassesStatics_Vtbl
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