Struct IFaxActivityLogging_Vtbl
#[repr(C)]pub struct IFaxActivityLogging_Vtbl {
pub base__: IDispatch_Vtbl,
pub LogIncoming: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetLogIncoming: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub LogOutgoing: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetLogOutgoing: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub DatabasePath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDatabasePath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§LogIncoming: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetLogIncoming: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§LogOutgoing: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetLogOutgoing: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§DatabasePath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDatabasePath: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFaxActivityLogging_Vtbl
impl IFaxActivityLogging_Vtbl
pub const fn new<Identity: IFaxActivityLogging_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxActivityLogging_Vtbl
impl RefUnwindSafe for IFaxActivityLogging_Vtbl
impl Send for IFaxActivityLogging_Vtbl
impl Sync for IFaxActivityLogging_Vtbl
impl Unpin for IFaxActivityLogging_Vtbl
impl UnwindSafe for IFaxActivityLogging_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