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