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