#[repr(C)]pub struct IXMLDOMParseError {
pub lpVtbl: *mut IXMLDOMParseErrorVtbl,
}
Fields§
§lpVtbl: *mut IXMLDOMParseErrorVtbl
Trait Implementations§
Source§impl Clone for IXMLDOMParseError
impl Clone for IXMLDOMParseError
Source§fn clone(&self) -> IXMLDOMParseError
fn clone(&self) -> IXMLDOMParseError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IXMLDOMParseError
impl Debug for IXMLDOMParseError
Source§impl Ord for IXMLDOMParseError
impl Ord for IXMLDOMParseError
Source§fn cmp(&self, other: &IXMLDOMParseError) -> Ordering
fn cmp(&self, other: &IXMLDOMParseError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IXMLDOMParseError
impl PartialEq for IXMLDOMParseError
Source§impl PartialOrd for IXMLDOMParseError
impl PartialOrd for IXMLDOMParseError
impl Copy for IXMLDOMParseError
impl Eq for IXMLDOMParseError
impl StructuralPartialEq for IXMLDOMParseError
Auto Trait Implementations§
impl Freeze for IXMLDOMParseError
impl RefUnwindSafe for IXMLDOMParseError
impl !Send for IXMLDOMParseError
impl !Sync for IXMLDOMParseError
impl Unpin for IXMLDOMParseError
impl UnwindSafe for IXMLDOMParseError
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