#[repr(C)]pub struct IEmailMailboxCapabilities_Vtbl {
pub base__: IInspectable_Vtbl,
pub CanForwardMeetings: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanGetAndSetExternalAutoReplies: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanGetAndSetInternalAutoReplies: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanUpdateMeetingResponses: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanServerSearchFolders: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanServerSearchMailbox: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanProposeNewTimeForMeetings: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanSmartSend: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CanForwardMeetings: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanGetAndSetExternalAutoReplies: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanGetAndSetInternalAutoReplies: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanUpdateMeetingResponses: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanServerSearchFolders: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanServerSearchMailbox: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanProposeNewTimeForMeetings: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanSmartSend: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IEmailMailboxCapabilities_Vtbl
impl RefUnwindSafe for IEmailMailboxCapabilities_Vtbl
impl Send for IEmailMailboxCapabilities_Vtbl
impl Sync for IEmailMailboxCapabilities_Vtbl
impl Unpin for IEmailMailboxCapabilities_Vtbl
impl UnwindSafe for IEmailMailboxCapabilities_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