#[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
Auto Trait Implementations
impl RefUnwindSafe for XML_ERROR
impl !Send for XML_ERROR
impl !Sync for XML_ERROR
impl Unpin for XML_ERROR
impl UnwindSafe for XML_ERROR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more