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