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