Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2PrintSettings2_Vtbl
source · #[repr(C)]pub struct ICoreWebView2PrintSettings2_Vtbl {Show 17 fields
pub base__: ICoreWebView2PrintSettings_Vtbl,
pub PageRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetPageRanges: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub PagesPerSide: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetPagesPerSide: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Copies: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetCopies: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Collation: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_COLLATION) -> HRESULT,
pub SetCollation: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_COLLATION) -> HRESULT,
pub ColorMode: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_COLOR_MODE) -> HRESULT,
pub SetColorMode: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_COLOR_MODE) -> HRESULT,
pub Duplex: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_DUPLEX) -> HRESULT,
pub SetDuplex: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_DUPLEX) -> HRESULT,
pub MediaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_MEDIA_SIZE) -> HRESULT,
pub SetMediaSize: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_MEDIA_SIZE) -> HRESULT,
pub PrinterName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetPrinterName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: ICoreWebView2PrintSettings_Vtbl
§PageRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetPageRanges: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§PagesPerSide: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetPagesPerSide: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Copies: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetCopies: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Collation: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_COLLATION) -> HRESULT
§SetCollation: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_COLLATION) -> HRESULT
§ColorMode: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_COLOR_MODE) -> HRESULT
§SetColorMode: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_COLOR_MODE) -> HRESULT
§Duplex: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_DUPLEX) -> HRESULT
§SetDuplex: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_DUPLEX) -> HRESULT
§MediaSize: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PRINT_MEDIA_SIZE) -> HRESULT
§SetMediaSize: unsafe extern "system" fn(_: *mut c_void, _: COREWEBVIEW2_PRINT_MEDIA_SIZE) -> HRESULT
§PrinterName: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetPrinterName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
source§impl ICoreWebView2PrintSettings2_Vtbl
impl ICoreWebView2PrintSettings2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2PrintSettings2_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2PrintSettings2_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2PrintSettings2_Vtbl
impl RefUnwindSafe for ICoreWebView2PrintSettings2_Vtbl
impl Send for ICoreWebView2PrintSettings2_Vtbl
impl Sync for ICoreWebView2PrintSettings2_Vtbl
impl Unpin for ICoreWebView2PrintSettings2_Vtbl
impl UnwindSafe for ICoreWebView2PrintSettings2_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