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