#[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 (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 IXMLDOMNotation
Auto Trait Implementations§
impl !Send for IXMLDOMNotation
impl !Sync for IXMLDOMNotation
impl Freeze for IXMLDOMNotation
impl RefUnwindSafe for IXMLDOMNotation
impl Unpin for IXMLDOMNotation
impl UnsafeUnpin 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