#[repr(C)]pub struct IAppointmentManagerStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub ShowAddAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: *mut *mut c_void) -> HRESULT,
pub ShowAddAppointmentWithPlacementAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT,
pub ShowReplaceAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: Rect, _: *mut *mut c_void) -> HRESULT,
pub ShowReplaceAppointmentWithPlacementAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT,
pub ShowReplaceAppointmentWithPlacementAndDateAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: Rect, _: Placement, _: DateTime, _: *mut *mut c_void) -> HRESULT,
pub ShowRemoveAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: Rect, _: *mut *mut c_void) -> HRESULT,
pub ShowRemoveAppointmentWithPlacementAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT,
pub ShowRemoveAppointmentWithPlacementAndDateAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: Rect, _: Placement, _: DateTime, _: *mut *mut c_void) -> HRESULT,
pub ShowTimeFrameAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: TimeSpan, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ShowAddAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: *mut *mut c_void) -> HRESULT
§ShowAddAppointmentWithPlacementAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT
§ShowReplaceAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: Rect, _: *mut *mut c_void) -> HRESULT
§ShowReplaceAppointmentWithPlacementAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT
§ShowReplaceAppointmentWithPlacementAndDateAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void, _: Rect, _: Placement, _: DateTime, _: *mut *mut c_void) -> HRESULT
§ShowRemoveAppointmentAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: Rect, _: *mut *mut c_void) -> HRESULT
§ShowRemoveAppointmentWithPlacementAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: Rect, _: Placement, _: *mut *mut c_void) -> HRESULT
§ShowRemoveAppointmentWithPlacementAndDateAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: Rect, _: Placement, _: DateTime, _: *mut *mut c_void) -> HRESULT
§ShowTimeFrameAsync: unsafe extern "system" fn(_: *mut c_void, _: DateTime, _: TimeSpan, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppointmentManagerStatics_Vtbl
impl RefUnwindSafe for IAppointmentManagerStatics_Vtbl
impl Send for IAppointmentManagerStatics_Vtbl
impl Sync for IAppointmentManagerStatics_Vtbl
impl Unpin for IAppointmentManagerStatics_Vtbl
impl UnwindSafe for IAppointmentManagerStatics_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