#[repr(C)]pub struct IXMLDOMDocument {
pub lpVtbl: *mut IXMLDOMDocumentVtbl,
}
Fields§
§lpVtbl: *mut IXMLDOMDocumentVtbl
Trait Implementations§
Source§impl Clone for IXMLDOMDocument
impl Clone for IXMLDOMDocument
Source§fn clone(&self) -> IXMLDOMDocument
fn clone(&self) -> IXMLDOMDocument
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 IXMLDOMDocument
impl Debug for IXMLDOMDocument
Source§impl Ord for IXMLDOMDocument
impl Ord for IXMLDOMDocument
Source§fn cmp(&self, other: &IXMLDOMDocument) -> Ordering
fn cmp(&self, other: &IXMLDOMDocument) -> 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 IXMLDOMDocument
impl PartialEq for IXMLDOMDocument
Source§impl PartialOrd for IXMLDOMDocument
impl PartialOrd for IXMLDOMDocument
impl Copy for IXMLDOMDocument
impl Eq for IXMLDOMDocument
impl StructuralPartialEq for IXMLDOMDocument
Auto Trait Implementations§
impl Freeze for IXMLDOMDocument
impl RefUnwindSafe for IXMLDOMDocument
impl !Send for IXMLDOMDocument
impl !Sync for IXMLDOMDocument
impl Unpin for IXMLDOMDocument
impl UnwindSafe for IXMLDOMDocument
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