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