#[repr(C)]pub struct PkClientClass {
pub parent_class: GObjectClass,
pub changed: Option<unsafe extern "C" fn(*mut PkClient)>,
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 PkClient)>
§_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 PkClientClass
impl Clone for PkClientClass
Source§fn clone(&self) -> PkClientClass
fn clone(&self) -> PkClientClass
Returns a copy 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 PkClientClass
impl Debug for PkClientClass
impl Copy for PkClientClass
Auto Trait Implementations§
impl Freeze for PkClientClass
impl RefUnwindSafe for PkClientClass
impl !Send for PkClientClass
impl !Sync for PkClientClass
impl Unpin for PkClientClass
impl UnwindSafe for PkClientClass
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