#[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 duplicate 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
impl Copy 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