#[repr(C)]pub struct XMLDOMDocumentEvents {
pub lpVtbl: *mut XMLDOMDocumentEventsVtbl,
}Fields§
§lpVtbl: *mut XMLDOMDocumentEventsVtblTrait Implementations§
Source§impl Clone for XMLDOMDocumentEvents
impl Clone for XMLDOMDocumentEvents
Source§fn clone(&self) -> XMLDOMDocumentEvents
fn clone(&self) -> XMLDOMDocumentEvents
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 XMLDOMDocumentEvents
Auto Trait Implementations§
impl !Send for XMLDOMDocumentEvents
impl !Sync for XMLDOMDocumentEvents
impl Freeze for XMLDOMDocumentEvents
impl RefUnwindSafe for XMLDOMDocumentEvents
impl Unpin for XMLDOMDocumentEvents
impl UnsafeUnpin for XMLDOMDocumentEvents
impl UnwindSafe for XMLDOMDocumentEvents
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