#[repr(C)]pub struct AtkRelationSetClass {
pub parent: GObjectClass,
pub pad1: AtkFunction,
pub pad2: AtkFunction,
}Fields§
§parent: GObjectClass§pad1: AtkFunction§pad2: AtkFunctionTrait Implementations§
Source§impl Clone for AtkRelationSetClass
impl Clone for AtkRelationSetClass
Source§fn clone(&self) -> AtkRelationSetClass
fn clone(&self) -> AtkRelationSetClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AtkRelationSetClass
Auto Trait Implementations§
impl !Send for AtkRelationSetClass
impl !Sync for AtkRelationSetClass
impl Freeze for AtkRelationSetClass
impl RefUnwindSafe for AtkRelationSetClass
impl Unpin for AtkRelationSetClass
impl UnsafeUnpin for AtkRelationSetClass
impl UnwindSafe for AtkRelationSetClass
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