Struct windows::ApplicationModel::Activation::IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
#[repr(C)]pub struct IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub TimeToShow: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TimeToShow: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
Implementations§
§impl IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
impl IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtblwhere
Identity: IAppointmentsProviderShowTimeFrameActivatedEventArgs_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
impl RefUnwindSafe for IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
impl Send for IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
impl Sync for IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
impl Unpin for IAppointmentsProviderShowTimeFrameActivatedEventArgs_Vtbl
impl UnwindSafe for IAppointmentsProviderShowTimeFrameActivatedEventArgs_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