#[repr(C)]pub struct IFindAppointmentsOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub CalendarIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FetchProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IncludeHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeHidden: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub MaxCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetMaxCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CalendarIds: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FetchProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IncludeHidden: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIncludeHidden: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§MaxCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetMaxCount: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IFindAppointmentsOptions_Vtbl
impl RefUnwindSafe for IFindAppointmentsOptions_Vtbl
impl Send for IFindAppointmentsOptions_Vtbl
impl Sync for IFindAppointmentsOptions_Vtbl
impl Unpin for IFindAppointmentsOptions_Vtbl
impl UnwindSafe for IFindAppointmentsOptions_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