#[repr(C)]
pub struct __MIDL___MIDL_itf_imgerror_0000_0000_0001 { pub description: BSTR, pub guid: GUID, pub helpContext: u32, pub helpFile: BSTR, pub source: BSTR, pub devDescription: BSTR, pub errorID: GUID, pub cUserParameters: u32, pub aUserParameters: *mut BSTR, pub userFallback: BSTR, pub exceptionID: u32, }
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation"

Fields

description: BSTRguid: GUIDhelpContext: u32helpFile: BSTRsource: BSTRdevDescription: BSTRerrorID: GUIDcUserParameters: u32aUserParameters: *mut BSTRuserFallback: BSTRexceptionID: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.