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