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