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