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