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