Struct IFaxAccountNotify_Vtbl
#[repr(C)]pub struct IFaxAccountNotify_Vtbl {
pub base__: IDispatch_Vtbl,
pub OnIncomingJobAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnIncomingJobRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnIncomingJobChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnOutgoingJobAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnOutgoingJobRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnOutgoingJobChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnIncomingMessageAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub OnIncomingMessageRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub OnOutgoingMessageAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnOutgoingMessageRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub OnServerShutDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§OnIncomingJobAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnIncomingJobRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnIncomingJobChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnOutgoingJobAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnOutgoingJobRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnOutgoingJobChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnIncomingMessageAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§OnIncomingMessageRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§OnOutgoingMessageAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnOutgoingMessageRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§OnServerShutDown: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IFaxAccountNotify_Vtbl
impl IFaxAccountNotify_Vtbl
pub const fn new<Identity: IFaxAccountNotify_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxAccountNotify_Vtbl
impl RefUnwindSafe for IFaxAccountNotify_Vtbl
impl Send for IFaxAccountNotify_Vtbl
impl Sync for IFaxAccountNotify_Vtbl
impl Unpin for IFaxAccountNotify_Vtbl
impl UnwindSafe for IFaxAccountNotify_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