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