Struct windows::Devices::Usb::IUsbDeviceClass_Vtbl
#[repr(C)]pub struct IUsbDeviceClass_Vtbl {
pub base__: IInspectable_Vtbl,
pub ClassCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
pub SetClassCode: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT,
pub SubclassCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSubclassCode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProtocolCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetProtocolCode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ClassCode: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
§SetClassCode: unsafe extern "system" fn(_: *mut c_void, _: u8) -> HRESULT
§SubclassCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSubclassCode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ProtocolCode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetProtocolCode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUsbDeviceClass_Vtbl
impl RefUnwindSafe for IUsbDeviceClass_Vtbl
impl Send for IUsbDeviceClass_Vtbl
impl Sync for IUsbDeviceClass_Vtbl
impl Unpin for IUsbDeviceClass_Vtbl
impl UnwindSafe for IUsbDeviceClass_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