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