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