Struct IAppointment2_Vtbl
#[repr(C)]pub struct IAppointment2_Vtbl {Show 21 fields
pub base__: IInspectable_Vtbl,
pub LocalId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CalendarId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RoamingId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetRoamingId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT,
pub SetOnlineMeetingLink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§CalendarId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RoamingId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetRoamingId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 *mut c_void) -> HRESULT§SetOnlineMeetingLink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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) -> HRESULTAuto 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