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