#[repr(C)]pub struct AsMetadata {
pub parent_instance: GObject,
}
Fields§
§parent_instance: GObject
Trait 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 · 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 AsMetadata
impl Debug for AsMetadata
impl Copy for AsMetadata
Auto Trait Implementations§
impl Freeze for AsMetadata
impl RefUnwindSafe for AsMetadata
impl !Send for AsMetadata
impl !Sync for AsMetadata
impl Unpin 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