Struct windows::Win32::Graphics::Printing::IPrintSchemaCapabilities_Vtbl
#[repr(C)]pub struct IPrintSchemaCapabilities_Vtbl {
pub base__: IPrintSchemaElement_Vtbl,
pub GetFeatureByKeyName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT,
pub GetFeature: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT,
pub PageImageableSize: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub JobCopiesAllDocumentsMinValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub JobCopiesAllDocumentsMaxValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetSelectedOptionInPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IPrintSchemaElement_Vtbl
§GetFeatureByKeyName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT
§GetFeature: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: *mut *mut c_void) -> HRESULT
§PageImageableSize: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§JobCopiesAllDocumentsMinValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§JobCopiesAllDocumentsMaxValue: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetSelectedOptionInPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IPrintSchemaCapabilities_Vtbl
impl IPrintSchemaCapabilities_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintSchemaCapabilities_Vtblwhere
Identity: IPrintSchemaCapabilities_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintSchemaCapabilities_Vtbl
impl RefUnwindSafe for IPrintSchemaCapabilities_Vtbl
impl Send for IPrintSchemaCapabilities_Vtbl
impl Sync for IPrintSchemaCapabilities_Vtbl
impl Unpin for IPrintSchemaCapabilities_Vtbl
impl UnwindSafe for IPrintSchemaCapabilities_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