#[repr(C)]pub struct AsRelationCheckResult {
pub parent_instance: GObject,
}Fields§
§parent_instance: GObjectTrait Implementations§
Source§impl Clone for AsRelationCheckResult
impl Clone for AsRelationCheckResult
Source§fn clone(&self) -> AsRelationCheckResult
fn clone(&self) -> AsRelationCheckResult
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 AsRelationCheckResult
Auto Trait Implementations§
impl !Send for AsRelationCheckResult
impl !Sync for AsRelationCheckResult
impl Freeze for AsRelationCheckResult
impl RefUnwindSafe for AsRelationCheckResult
impl Unpin for AsRelationCheckResult
impl UnsafeUnpin for AsRelationCheckResult
impl UnwindSafe for AsRelationCheckResult
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