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