#[repr(C)]pub struct IPrintWorkflowConfigurationNative_Vtbl {
pub base__: IUnknown_Vtbl,
pub PrinterQueue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DriverProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UserProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PrinterQueue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DriverProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§UserProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IPrintWorkflowConfigurationNative_Vtbl
impl IPrintWorkflowConfigurationNative_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintWorkflowConfigurationNative_Vtblwhere
Identity: IPrintWorkflowConfigurationNative_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintWorkflowConfigurationNative_Vtbl
impl RefUnwindSafe for IPrintWorkflowConfigurationNative_Vtbl
impl Send for IPrintWorkflowConfigurationNative_Vtbl
impl Sync for IPrintWorkflowConfigurationNative_Vtbl
impl Unpin for IPrintWorkflowConfigurationNative_Vtbl
impl UnwindSafe for IPrintWorkflowConfigurationNative_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