Struct IFaxActivity_Vtbl
#[repr(C)]pub struct IFaxActivity_Vtbl {
pub base__: IDispatch_Vtbl,
pub IncomingMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub RoutingMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub OutgoingMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub QueuedMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§IncomingMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§RoutingMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§OutgoingMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§QueuedMessages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFaxActivity_Vtbl
impl IFaxActivity_Vtbl
pub const fn new<Identity: IFaxActivity_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxActivity_Vtbl
impl RefUnwindSafe for IFaxActivity_Vtbl
impl Send for IFaxActivity_Vtbl
impl Sync for IFaxActivity_Vtbl
impl Unpin for IFaxActivity_Vtbl
impl UnwindSafe for IFaxActivity_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