#[repr(C)]pub struct PkSourceClass {
pub parent_class: GObjectClass,
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
§_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 PkSourceClass
impl Clone for PkSourceClass
Source§fn clone(&self) -> PkSourceClass
fn clone(&self) -> PkSourceClass
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 PkSourceClass
impl Debug for PkSourceClass
impl Copy for PkSourceClass
Auto Trait Implementations§
impl Freeze for PkSourceClass
impl RefUnwindSafe for PkSourceClass
impl !Send for PkSourceClass
impl !Sync for PkSourceClass
impl Unpin for PkSourceClass
impl UnwindSafe for PkSourceClass
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