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