Struct windows::Win32::Graphics::Printing::IPrintCoreHelperUni_Vtbl
#[repr(C)]pub struct IPrintCoreHelperUni_Vtbl {
pub base__: IPrintCoreHelper_Vtbl,
pub CreateGDLSnapshot: unsafe extern "system" fn(_: *mut c_void, _: *mut DEVMODEA, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateDefaultGDLSnapshot: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IPrintCoreHelper_Vtbl
§CreateGDLSnapshot: unsafe extern "system" fn(_: *mut c_void, _: *mut DEVMODEA, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateDefaultGDLSnapshot: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IPrintCoreHelperUni_Vtbl
impl IPrintCoreHelperUni_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintCoreHelperUni_Vtblwhere
Identity: IPrintCoreHelperUni_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintCoreHelperUni_Vtbl
impl RefUnwindSafe for IPrintCoreHelperUni_Vtbl
impl Send for IPrintCoreHelperUni_Vtbl
impl Sync for IPrintCoreHelperUni_Vtbl
impl Unpin for IPrintCoreHelperUni_Vtbl
impl UnwindSafe for IPrintCoreHelperUni_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