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