#[repr(C)]pub struct IPrintWorkflowForegroundSession_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetupRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveSetupRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub XpsDataAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveXpsDataAvailable: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowSessionStatus) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetupRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveSetupRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§XpsDataAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveXpsDataAvailable: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut PrintWorkflowSessionStatus) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintWorkflowForegroundSession_Vtbl
impl RefUnwindSafe for IPrintWorkflowForegroundSession_Vtbl
impl Send for IPrintWorkflowForegroundSession_Vtbl
impl Sync for IPrintWorkflowForegroundSession_Vtbl
impl Unpin for IPrintWorkflowForegroundSession_Vtbl
impl UnwindSafe for IPrintWorkflowForegroundSession_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