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