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