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