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