#[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 duplicate 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
impl Copy 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