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