#[repr(C)]pub struct IAppointment2_Vtbl {Show 21 fields
pub base__: IInspectable_Vtbl,
pub LocalId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub CalendarId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub RoamingId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetRoamingId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub OriginalStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsResponseRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsResponseRequested: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub AllowNewTimeProposal: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetAllowNewTimeProposal: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub OnlineMeetingLink: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetOnlineMeetingLink: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub ReplyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetReplyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UserResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut AppointmentParticipantResponse) -> HRESULT,
pub SetUserResponse: unsafe extern "system" fn(_: *mut c_void, _: AppointmentParticipantResponse) -> HRESULT,
pub HasInvitees: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsCanceledMeeting: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsCanceledMeeting: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsOrganizedByUser: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsOrganizedByUser: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LocalId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§CalendarId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§RoamingId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetRoamingId: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§OriginalStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsResponseRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsResponseRequested: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§AllowNewTimeProposal: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetAllowNewTimeProposal: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§OnlineMeetingLink: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetOnlineMeetingLink: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§ReplyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetReplyTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UserResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut AppointmentParticipantResponse) -> HRESULT
§SetUserResponse: unsafe extern "system" fn(_: *mut c_void, _: AppointmentParticipantResponse) -> HRESULT
§HasInvitees: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsCanceledMeeting: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsCanceledMeeting: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§IsOrganizedByUser: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsOrganizedByUser: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppointment2_Vtbl
impl RefUnwindSafe for IAppointment2_Vtbl
impl Send for IAppointment2_Vtbl
impl Sync for IAppointment2_Vtbl
impl Unpin for IAppointment2_Vtbl
impl UnwindSafe for IAppointment2_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