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