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