Struct windows::Win32::Graphics::Printing::IPrintPipelinePropertyBag_Vtbl
#[repr(C)]pub struct IPrintPipelinePropertyBag_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL,
}
Fields§
§base__: IUnknown_Vtbl
§AddProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const MaybeUninit<VARIANT>) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> BOOL
Implementations§
§impl IPrintPipelinePropertyBag_Vtbl
impl IPrintPipelinePropertyBag_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintPipelinePropertyBag_Vtblwhere
Identity: IPrintPipelinePropertyBag_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintPipelinePropertyBag_Vtbl
impl RefUnwindSafe for IPrintPipelinePropertyBag_Vtbl
impl Send for IPrintPipelinePropertyBag_Vtbl
impl Sync for IPrintPipelinePropertyBag_Vtbl
impl Unpin for IPrintPipelinePropertyBag_Vtbl
impl UnwindSafe for IPrintPipelinePropertyBag_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