#[repr(C)]pub struct XMLDOMDocumentEvents {
pub lpVtbl: *mut XMLDOMDocumentEventsVtbl,
}
Fields§
§lpVtbl: *mut XMLDOMDocumentEventsVtbl
Trait Implementations§
Source§impl Clone for XMLDOMDocumentEvents
impl Clone for XMLDOMDocumentEvents
Source§fn clone(&self) -> XMLDOMDocumentEvents
fn clone(&self) -> XMLDOMDocumentEvents
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 XMLDOMDocumentEvents
impl Debug for XMLDOMDocumentEvents
Source§impl Ord for XMLDOMDocumentEvents
impl Ord for XMLDOMDocumentEvents
Source§fn cmp(&self, other: &XMLDOMDocumentEvents) -> Ordering
fn cmp(&self, other: &XMLDOMDocumentEvents) -> 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 XMLDOMDocumentEvents
impl PartialEq for XMLDOMDocumentEvents
Source§impl PartialOrd for XMLDOMDocumentEvents
impl PartialOrd for XMLDOMDocumentEvents
impl Copy for XMLDOMDocumentEvents
impl Eq for XMLDOMDocumentEvents
impl StructuralPartialEq 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