Struct windows::Win32::Graphics::Printing::IImgCreateErrorInfo_Vtbl
#[repr(C)]pub struct IImgCreateErrorInfo_Vtbl {
pub base__: ICreateErrorInfo_Vtbl,
pub AttachToErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut ImgErrorInfo) -> HRESULT,
}
Fields§
§base__: ICreateErrorInfo_Vtbl
§AttachToErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut ImgErrorInfo) -> HRESULT
Implementations§
§impl IImgCreateErrorInfo_Vtbl
impl IImgCreateErrorInfo_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IImgCreateErrorInfo_Vtblwhere
Identity: IImgCreateErrorInfo_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IImgCreateErrorInfo_Vtbl
impl RefUnwindSafe for IImgCreateErrorInfo_Vtbl
impl Send for IImgCreateErrorInfo_Vtbl
impl Sync for IImgCreateErrorInfo_Vtbl
impl Unpin for IImgCreateErrorInfo_Vtbl
impl UnwindSafe for IImgCreateErrorInfo_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