Struct atk_sys::AtkRelationClass
source · [−]#[repr(C)]pub struct AtkRelationClass {
pub parent: GObjectClass,
}
Fields
parent: GObjectClass
Trait Implementations
sourceimpl Clone for AtkRelationClass
impl Clone for AtkRelationClass
sourcefn clone(&self) -> AtkRelationClass
fn clone(&self) -> AtkRelationClass
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AtkRelationClass
impl Debug for AtkRelationClass
impl Copy for AtkRelationClass
Auto Trait Implementations
impl RefUnwindSafe for AtkRelationClass
impl !Send for AtkRelationClass
impl !Sync for AtkRelationClass
impl Unpin for AtkRelationClass
impl UnwindSafe for AtkRelationClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more