Struct windows::Devices::Printers::IIppPrintDevice4_Vtbl
#[repr(C)]pub struct IIppPrintDevice4_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceKind: unsafe extern "system" fn(_: *mut c_void, _: *mut IppPrintDeviceKind) -> HRESULT,
pub CanModifyUserDefaultPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub UserDefaultPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUserDefaultPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RefreshPrintDeviceCapabilities: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetMaxSupportedPdlVersion: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DeviceKind: unsafe extern "system" fn(_: *mut c_void, _: *mut IppPrintDeviceKind) -> HRESULT
§CanModifyUserDefaultPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§UserDefaultPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetUserDefaultPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RefreshPrintDeviceCapabilities: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetMaxSupportedPdlVersion: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IIppPrintDevice4_Vtbl
impl RefUnwindSafe for IIppPrintDevice4_Vtbl
impl Send for IIppPrintDevice4_Vtbl
impl Sync for IIppPrintDevice4_Vtbl
impl Unpin for IIppPrintDevice4_Vtbl
impl UnwindSafe for IIppPrintDevice4_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