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