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