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