#[repr(C)]pub struct IAppointmentInvitee_Vtbl {
pub base__: IInspectable_Vtbl,
pub Role: unsafe extern "system" fn(_: *mut c_void, _: *mut AppointmentParticipantRole) -> HRESULT,
pub SetRole: unsafe extern "system" fn(_: *mut c_void, _: AppointmentParticipantRole) -> HRESULT,
pub Response: unsafe extern "system" fn(_: *mut c_void, _: *mut AppointmentParticipantResponse) -> HRESULT,
pub SetResponse: unsafe extern "system" fn(_: *mut c_void, _: AppointmentParticipantResponse) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Role: unsafe extern "system" fn(_: *mut c_void, _: *mut AppointmentParticipantRole) -> HRESULT
§SetRole: unsafe extern "system" fn(_: *mut c_void, _: AppointmentParticipantRole) -> HRESULT
§Response: unsafe extern "system" fn(_: *mut c_void, _: *mut AppointmentParticipantResponse) -> HRESULT
§SetResponse: unsafe extern "system" fn(_: *mut c_void, _: AppointmentParticipantResponse) -> HRESULT
Auto Trait Implementations§
impl Freeze for IAppointmentInvitee_Vtbl
impl RefUnwindSafe for IAppointmentInvitee_Vtbl
impl Send for IAppointmentInvitee_Vtbl
impl Sync for IAppointmentInvitee_Vtbl
impl Unpin for IAppointmentInvitee_Vtbl
impl UnwindSafe for IAppointmentInvitee_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