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