#[repr(C)]pub struct PkDesktop {
pub parent: GObject,
pub priv_: *mut PkDesktopPrivate,
}Fields§
§parent: GObject§priv_: *mut PkDesktopPrivateTrait Implementations§
Auto Trait Implementations§
impl !Send for PkDesktop
impl !Sync for PkDesktop
impl Freeze for PkDesktop
impl RefUnwindSafe for PkDesktop
impl Unpin for PkDesktop
impl UnsafeUnpin for PkDesktop
impl UnwindSafe for PkDesktop
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