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