Struct IFaxJobStatus_Vtbl
#[repr(C)]pub struct IFaxJobStatus_Vtbl {Show 18 fields
pub base__: IDispatch_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_STATUS_ENUM) -> HRESULT,
pub Pages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CurrentPage: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub CSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ExtendedStatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_EXTENDED_STATUS_ENUM) -> HRESULT,
pub ExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AvailableOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_OPERATIONS_ENUM) -> HRESULT,
pub Retries: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub JobType: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_TYPE_ENUM) -> HRESULT,
pub ScheduledTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub TransmissionStart: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub TransmissionEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub CallerId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RoutingInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_STATUS_ENUM) -> HRESULT§Pages: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§CurrentPage: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§CSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§TSID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ExtendedStatusCode: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_EXTENDED_STATUS_ENUM) -> HRESULT§ExtendedStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AvailableOperations: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_OPERATIONS_ENUM) -> HRESULT§Retries: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§JobType: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_JOB_TYPE_ENUM) -> HRESULT§ScheduledTime: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§TransmissionStart: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§TransmissionEnd: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§CallerId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RoutingInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IFaxJobStatus_Vtbl
impl IFaxJobStatus_Vtbl
pub const fn new<Identity: IFaxJobStatus_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFaxJobStatus_Vtbl
impl RefUnwindSafe for IFaxJobStatus_Vtbl
impl Send for IFaxJobStatus_Vtbl
impl Sync for IFaxJobStatus_Vtbl
impl Unpin for IFaxJobStatus_Vtbl
impl UnwindSafe for IFaxJobStatus_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