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