Struct IEmailMailboxAutoReplySettings_Vtbl
#[repr(C)]pub struct IEmailMailboxAutoReplySettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ResponseKind: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailMailboxAutoReplyMessageResponseKind) -> HRESULT,
pub SetResponseKind: unsafe extern "system" fn(_: *mut c_void, _: EmailMailboxAutoReplyMessageResponseKind) -> HRESULT,
pub StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub EndTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetEndTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InternalReply: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub KnownExternalReply: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnknownExternalReply: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§ResponseKind: unsafe extern "system" fn(_: *mut c_void, _: *mut EmailMailboxAutoReplyMessageResponseKind) -> HRESULT§SetResponseKind: unsafe extern "system" fn(_: *mut c_void, _: EmailMailboxAutoReplyMessageResponseKind) -> HRESULT§StartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetStartTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§EndTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetEndTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§InternalReply: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§KnownExternalReply: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UnknownExternalReply: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IEmailMailboxAutoReplySettings_Vtbl
impl RefUnwindSafe for IEmailMailboxAutoReplySettings_Vtbl
impl Send for IEmailMailboxAutoReplySettings_Vtbl
impl Sync for IEmailMailboxAutoReplySettings_Vtbl
impl Unpin for IEmailMailboxAutoReplySettings_Vtbl
impl UnwindSafe for IEmailMailboxAutoReplySettings_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