#[repr(C)]pub struct PkPackageSack {
pub parent: GObject,
pub priv_: *mut PkPackageSackPrivate,
}Fields§
§parent: GObject§priv_: *mut PkPackageSackPrivateTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PkPackageSack
Auto Trait Implementations§
impl !Send for PkPackageSack
impl !Sync for PkPackageSack
impl Freeze for PkPackageSack
impl RefUnwindSafe for PkPackageSack
impl Unpin for PkPackageSack
impl UnsafeUnpin 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