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