Struct windows::Win32::Graphics::Printing::IPrintSchemaTicket_Vtbl
#[repr(C)]pub struct IPrintSchemaTicket_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 ValidateAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CommitAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NotifyXmlChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub JobCopiesAllDocuments: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetJobCopiesAllDocuments: unsafe extern "system" fn(_: *mut c_void, _: u32) -> 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
§ValidateAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CommitAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§NotifyXmlChanged: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetCapabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§JobCopiesAllDocuments: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetJobCopiesAllDocuments: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IPrintSchemaTicket_Vtbl
impl IPrintSchemaTicket_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintSchemaTicket_Vtblwhere
Identity: IPrintSchemaTicket_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintSchemaTicket_Vtbl
impl RefUnwindSafe for IPrintSchemaTicket_Vtbl
impl Send for IPrintSchemaTicket_Vtbl
impl Sync for IPrintSchemaTicket_Vtbl
impl Unpin for IPrintSchemaTicket_Vtbl
impl UnwindSafe for IPrintSchemaTicket_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