#[repr(C)]pub struct IAppointmentsProviderActivatedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Verb: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Verb: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Implementations§
§impl IAppointmentsProviderActivatedEventArgs_Vtbl
impl IAppointmentsProviderActivatedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IAppointmentsProviderActivatedEventArgs_Vtblwhere
Identity: IAppointmentsProviderActivatedEventArgs_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAppointmentsProviderActivatedEventArgs_Vtbl
impl RefUnwindSafe for IAppointmentsProviderActivatedEventArgs_Vtbl
impl Send for IAppointmentsProviderActivatedEventArgs_Vtbl
impl Sync for IAppointmentsProviderActivatedEventArgs_Vtbl
impl Unpin for IAppointmentsProviderActivatedEventArgs_Vtbl
impl UnwindSafe for IAppointmentsProviderActivatedEventArgs_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