#[repr(C)]pub struct IPrintSupportPrinterSelectedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub SourceAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAdditionalFeatures: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetAdditionalParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AllowedAdditionalFeaturesAndParametersCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetAdaptiveCard: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SourceAppInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAdditionalFeatures: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetAdditionalParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AllowedAdditionalFeaturesAndParametersCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetAdaptiveCard: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintSupportPrinterSelectedEventArgs_Vtbl
impl RefUnwindSafe for IPrintSupportPrinterSelectedEventArgs_Vtbl
impl Send for IPrintSupportPrinterSelectedEventArgs_Vtbl
impl Sync for IPrintSupportPrinterSelectedEventArgs_Vtbl
impl Unpin for IPrintSupportPrinterSelectedEventArgs_Vtbl
impl UnwindSafe for IPrintSupportPrinterSelectedEventArgs_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