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