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