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