Struct atk_sys::AtkRelationClass
source · #[repr(C)]pub struct AtkRelationClass {
pub parent: GObjectClass,
}
Fields§
§parent: GObjectClass
Trait Implementations§
source§impl Clone for AtkRelationClass
impl Clone for AtkRelationClass
source§fn clone(&self) -> AtkRelationClass
fn clone(&self) -> AtkRelationClass
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 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§
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