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