#[repr(C)]pub struct IAddAppointmentOperation_Vtbl {
pub base__: IInspectable_Vtbl,
pub AppointmentInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SourcePackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ReportCompleted: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ReportCanceled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ReportError: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub DismissUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AppointmentInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SourcePackageFamilyName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ReportCompleted: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ReportCanceled: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ReportError: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§DismissUI: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAddAppointmentOperation_Vtbl
impl RefUnwindSafe for IAddAppointmentOperation_Vtbl
impl Send for IAddAppointmentOperation_Vtbl
impl Sync for IAddAppointmentOperation_Vtbl
impl Unpin for IAddAppointmentOperation_Vtbl
impl UnwindSafe for IAddAppointmentOperation_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