Struct windows::Win32::Graphics::Printing::IPartImage_Vtbl
#[repr(C)]pub struct IPartImage_Vtbl {
pub base__: IPartBase_Vtbl,
pub GetImageProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub SetImageContent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IPartBase_Vtbl
§GetImageProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§SetImageContent: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IPartImage_Vtbl
impl IPartImage_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPartImage_Vtblwhere
Identity: IPartImage_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPartImage_Vtbl
impl RefUnwindSafe for IPartImage_Vtbl
impl Send for IPartImage_Vtbl
impl Sync for IPartImage_Vtbl
impl Unpin for IPartImage_Vtbl
impl UnwindSafe for IPartImage_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