#[repr(C)]pub struct IXMLDOMCDATASection {
pub lpVtbl: *mut IXMLDOMCDATASectionVtbl,
}Fields§
§lpVtbl: *mut IXMLDOMCDATASectionVtblTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IXMLDOMCDATASection
Auto Trait Implementations§
impl !Send for IXMLDOMCDATASection
impl !Sync for IXMLDOMCDATASection
impl Freeze for IXMLDOMCDATASection
impl RefUnwindSafe for IXMLDOMCDATASection
impl Unpin for IXMLDOMCDATASection
impl UnsafeUnpin 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