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