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