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