#[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 · 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 XMLDOMDocumentEvents
impl Debug for XMLDOMDocumentEvents
impl Copy for XMLDOMDocumentEvents
Auto Trait Implementations§
impl Freeze for XMLDOMDocumentEvents
impl RefUnwindSafe for XMLDOMDocumentEvents
impl !Send for XMLDOMDocumentEvents
impl !Sync for XMLDOMDocumentEvents
impl Unpin 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