#[repr(C)]pub struct AstalAppsApps {
pub parent_instance: GObject,
pub priv_: *mut AstalAppsAppsPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut AstalAppsAppsPrivateTrait Implementations§
Source§impl Clone for AstalAppsApps
impl Clone for AstalAppsApps
Source§fn clone(&self) -> AstalAppsApps
fn clone(&self) -> AstalAppsApps
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 AstalAppsApps
impl Debug for AstalAppsApps
impl Copy for AstalAppsApps
Auto Trait Implementations§
impl Freeze for AstalAppsApps
impl RefUnwindSafe for AstalAppsApps
impl !Send for AstalAppsApps
impl !Sync for AstalAppsApps
impl Unpin for AstalAppsApps
impl UnwindSafe for AstalAppsApps
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