Struct ICoreAutomationRegistrarStatics_Vtbl
#[repr(C)]pub struct ICoreAutomationRegistrarStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub RegisterAnnotationType: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut AutomationAnnotationTypeRegistration) -> HRESULT,
pub UnregisterAnnotationType: unsafe extern "system" fn(_: *mut c_void, _: AutomationAnnotationTypeRegistration) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RegisterAnnotationType: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut AutomationAnnotationTypeRegistration) -> HRESULT
§UnregisterAnnotationType: unsafe extern "system" fn(_: *mut c_void, _: AutomationAnnotationTypeRegistration) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreAutomationRegistrarStatics_Vtbl
impl RefUnwindSafe for ICoreAutomationRegistrarStatics_Vtbl
impl Send for ICoreAutomationRegistrarStatics_Vtbl
impl Sync for ICoreAutomationRegistrarStatics_Vtbl
impl Unpin for ICoreAutomationRegistrarStatics_Vtbl
impl UnwindSafe for ICoreAutomationRegistrarStatics_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