#[repr(C)]pub struct IPrintDialogServicesVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, riid: *const IID, ppvObj: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices) -> ULONG>,
pub GetCurrentDevMode: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, pDevMode: LPDEVMODE, pcbSize: *mut UINT) -> HRESULT>,
pub GetCurrentPrinterName: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, pPrinterName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>,
pub GetCurrentPortName: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, pPortName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, riid: *const IID, ppvObj: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices) -> ULONG>
§GetCurrentDevMode: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, pDevMode: LPDEVMODE, pcbSize: *mut UINT) -> HRESULT>
§GetCurrentPrinterName: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, pPrinterName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>
§GetCurrentPortName: Option<unsafe extern "C" fn(This: *mut IPrintDialogServices, pPortName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>
Trait Implementations§
Source§impl Clone for IPrintDialogServicesVtbl
impl Clone for IPrintDialogServicesVtbl
Source§fn clone(&self) -> IPrintDialogServicesVtbl
fn clone(&self) -> IPrintDialogServicesVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IPrintDialogServicesVtbl
impl Debug for IPrintDialogServicesVtbl
Source§impl Ord for IPrintDialogServicesVtbl
impl Ord for IPrintDialogServicesVtbl
Source§fn cmp(&self, other: &IPrintDialogServicesVtbl) -> Ordering
fn cmp(&self, other: &IPrintDialogServicesVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IPrintDialogServicesVtbl
impl PartialEq for IPrintDialogServicesVtbl
Source§impl PartialOrd for IPrintDialogServicesVtbl
impl PartialOrd for IPrintDialogServicesVtbl
impl Copy for IPrintDialogServicesVtbl
impl Eq for IPrintDialogServicesVtbl
impl StructuralPartialEq for IPrintDialogServicesVtbl
Auto Trait Implementations§
impl Freeze for IPrintDialogServicesVtbl
impl RefUnwindSafe for IPrintDialogServicesVtbl
impl Send for IPrintDialogServicesVtbl
impl Sync for IPrintDialogServicesVtbl
impl Unpin for IPrintDialogServicesVtbl
impl UnwindSafe for IPrintDialogServicesVtbl
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