#[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
impl Copy 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