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