#[repr(C)]pub struct PkPackageSackClass {
pub parent_class: GObjectClass,
pub changed: Option<unsafe extern "C" fn(*mut PkPackageSack)>,
pub _pk_reserved1: Option<unsafe extern "C" fn()>,
pub _pk_reserved2: Option<unsafe extern "C" fn()>,
pub _pk_reserved3: Option<unsafe extern "C" fn()>,
pub _pk_reserved4: Option<unsafe extern "C" fn()>,
pub _pk_reserved5: Option<unsafe extern "C" fn()>,
}
Fields§
§parent_class: GObjectClass
§changed: Option<unsafe extern "C" fn(*mut PkPackageSack)>
§_pk_reserved1: Option<unsafe extern "C" fn()>
§_pk_reserved2: Option<unsafe extern "C" fn()>
§_pk_reserved3: Option<unsafe extern "C" fn()>
§_pk_reserved4: Option<unsafe extern "C" fn()>
§_pk_reserved5: Option<unsafe extern "C" fn()>
Trait Implementations§
Source§impl Clone for PkPackageSackClass
impl Clone for PkPackageSackClass
Source§fn clone(&self) -> PkPackageSackClass
fn clone(&self) -> PkPackageSackClass
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 PkPackageSackClass
impl Debug for PkPackageSackClass
impl Copy for PkPackageSackClass
Auto Trait Implementations§
impl Freeze for PkPackageSackClass
impl RefUnwindSafe for PkPackageSackClass
impl !Send for PkPackageSackClass
impl !Sync for PkPackageSackClass
impl Unpin for PkPackageSackClass
impl UnwindSafe for PkPackageSackClass
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