Struct windows::Win32::Devices::Fax::IFaxAccountOutgoingQueue_Vtbl
#[repr(C)]pub struct IFaxAccountOutgoingQueue_Vtbl {
pub base__: IDispatch_Vtbl,
pub GetJobs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetJob: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GetJobs: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetJob: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IFaxAccountOutgoingQueue_Vtbl
impl IFaxAccountOutgoingQueue_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFaxAccountOutgoingQueue_Vtblwhere
Identity: IFaxAccountOutgoingQueue_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxAccountOutgoingQueue_Vtbl
impl RefUnwindSafe for IFaxAccountOutgoingQueue_Vtbl
impl Send for IFaxAccountOutgoingQueue_Vtbl
impl Sync for IFaxAccountOutgoingQueue_Vtbl
impl Unpin for IFaxAccountOutgoingQueue_Vtbl
impl UnwindSafe for IFaxAccountOutgoingQueue_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