#[repr(C)]pub struct WebKitDOMCDATASection {
pub parent_instance: WebKitDOMText,
}
Fields
parent_instance: WebKitDOMText
Trait Implementations
sourceimpl Clone for WebKitDOMCDATASection
impl Clone for WebKitDOMCDATASection
sourcefn clone(&self) -> WebKitDOMCDATASection
fn clone(&self) -> WebKitDOMCDATASection
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WebKitDOMCDATASection
impl Debug for WebKitDOMCDATASection
impl Copy for WebKitDOMCDATASection
Auto Trait Implementations
impl RefUnwindSafe for WebKitDOMCDATASection
impl !Send for WebKitDOMCDATASection
impl !Sync for WebKitDOMCDATASection
impl Unpin for WebKitDOMCDATASection
impl UnwindSafe for WebKitDOMCDATASection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more