#[repr(C)]pub struct IAppointmentManagerStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub ShowAppointmentDetailsAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub ShowAppointmentDetailsWithDateAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: DateTime, _: *mut *mut c_void) -> HRESULT,
pub ShowEditNewAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RequestStoreAsync: unsafe extern "system" fn(_: *mut c_void, _: AppointmentStoreAccessType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ShowAppointmentDetailsAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§ShowAppointmentDetailsWithDateAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: DateTime, _: *mut *mut c_void) -> HRESULT
§ShowEditNewAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RequestStoreAsync: unsafe extern "system" fn(_: *mut c_void, _: AppointmentStoreAccessType, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppointmentManagerStatics2_Vtbl
impl RefUnwindSafe for IAppointmentManagerStatics2_Vtbl
impl Send for IAppointmentManagerStatics2_Vtbl
impl Sync for IAppointmentManagerStatics2_Vtbl
impl Unpin for IAppointmentManagerStatics2_Vtbl
impl UnwindSafe for IAppointmentManagerStatics2_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