#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ArvGcIntegerNodeClass
Auto Trait Implementations§
impl !Send for ArvGcIntegerNodeClass
impl !Sync for ArvGcIntegerNodeClass
impl Freeze for ArvGcIntegerNodeClass
impl RefUnwindSafe for ArvGcIntegerNodeClass
impl Unpin for ArvGcIntegerNodeClass
impl UnsafeUnpin 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