#[repr(C)]pub struct ArvGcClass {
pub parent_class: ArvDomDocumentClass,
}Fields§
§parent_class: ArvDomDocumentClassTrait Implementations§
Source§impl Clone for ArvGcClass
impl Clone for ArvGcClass
Source§fn clone(&self) -> ArvGcClass
fn clone(&self) -> ArvGcClass
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 ArvGcClass
impl Debug for ArvGcClass
impl Copy for ArvGcClass
Auto Trait Implementations§
impl Freeze for ArvGcClass
impl RefUnwindSafe for ArvGcClass
impl !Send for ArvGcClass
impl !Sync for ArvGcClass
impl Unpin for ArvGcClass
impl UnwindSafe for ArvGcClass
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