Struct IFaxInboundRoutingMethod_Vtbl
#[repr(C)]pub struct IFaxInboundRoutingMethod_Vtbl {
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GUID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FunctionName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExtensionFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExtensionImageName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> 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
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GUID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§FunctionName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExtensionFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ExtensionImageName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPriority: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Refresh: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IFaxInboundRoutingMethod_Vtbl
impl IFaxInboundRoutingMethod_Vtbl
pub const fn new<Identity: IFaxInboundRoutingMethod_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxInboundRoutingMethod_Vtbl
impl RefUnwindSafe for IFaxInboundRoutingMethod_Vtbl
impl Send for IFaxInboundRoutingMethod_Vtbl
impl Sync for IFaxInboundRoutingMethod_Vtbl
impl Unpin for IFaxInboundRoutingMethod_Vtbl
impl UnwindSafe for IFaxInboundRoutingMethod_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