Struct IFaxInboundRoutingMethods_Vtbl
#[repr(C)]pub struct IFaxInboundRoutingMethods_Vtbl {
pub base__: IDispatch_Vtbl,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_Item: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_Item: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Implementations§
§impl IFaxInboundRoutingMethods_Vtbl
impl IFaxInboundRoutingMethods_Vtbl
pub const fn new<Identity: IFaxInboundRoutingMethods_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxInboundRoutingMethods_Vtbl
impl RefUnwindSafe for IFaxInboundRoutingMethods_Vtbl
impl Send for IFaxInboundRoutingMethods_Vtbl
impl Sync for IFaxInboundRoutingMethods_Vtbl
impl Unpin for IFaxInboundRoutingMethods_Vtbl
impl UnwindSafe for IFaxInboundRoutingMethods_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