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