#[repr(C)]
pub struct XML_ERROR { pub _nLine: u32, pub _pchBuf: BSTR, pub _cchBuf: u32, pub _ich: u32, pub _pszFound: BSTR, pub _pszExpected: BSTR, pub _reserved1: u32, pub _reserved2: u32, }
Expand description

Required features: "Win32_Data_Xml_MsXml"

Fields

_nLine: u32_pchBuf: BSTR_cchBuf: u32_ich: u32_pszFound: BSTR_pszExpected: BSTR_reserved1: u32_reserved2: 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.