#[repr(C, packed(1))]pub struct IPrintDialogServicesVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, riid: *const IID, ppvObj: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices) -> ULONG>,
pub GetCurrentDevMode: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, pDevMode: LPDEVMODE, pcbSize: *mut UINT) -> HRESULT>,
pub GetCurrentPrinterName: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, pPrinterName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>,
pub GetCurrentPortName: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, pPortName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, riid: *const IID, ppvObj: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices) -> ULONG>§GetCurrentDevMode: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, pDevMode: LPDEVMODE, pcbSize: *mut UINT) -> HRESULT>§GetCurrentPrinterName: Option<unsafe extern "stdcall" fn(This: *mut IPrintDialogServices, pPrinterName: LPWSTR, pcchSize: *mut UINT) -> HRESULT>§GetCurrentPortName: Option<unsafe extern "stdcall" 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 duplicate 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 moreimpl Copy 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