#[repr(C)]pub struct IXMLDOMDocumentType {
pub lpVtbl: *mut IXMLDOMDocumentTypeVtbl,
}Fields§
§lpVtbl: *mut IXMLDOMDocumentTypeVtblTrait Implementations§
Source§impl Clone for IXMLDOMDocumentType
impl Clone for IXMLDOMDocumentType
Source§fn clone(&self) -> IXMLDOMDocumentType
fn clone(&self) -> IXMLDOMDocumentType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IXMLDOMDocumentType
Auto Trait Implementations§
impl !Send for IXMLDOMDocumentType
impl !Sync for IXMLDOMDocumentType
impl Freeze for IXMLDOMDocumentType
impl RefUnwindSafe for IXMLDOMDocumentType
impl Unpin for IXMLDOMDocumentType
impl UnsafeUnpin 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