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