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