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