#[repr(C)]pub struct PkCategory {
pub parent: PkSource,
pub priv_: *mut PkCategoryPrivate,
}
Fields§
§parent: PkSource
§priv_: *mut PkCategoryPrivate
Trait Implementations§
Source§impl Clone for PkCategory
impl Clone for PkCategory
Source§fn clone(&self) -> PkCategory
fn clone(&self) -> PkCategory
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 PkCategory
impl Debug for PkCategory
impl Copy for PkCategory
Auto Trait Implementations§
impl Freeze for PkCategory
impl RefUnwindSafe for PkCategory
impl !Send for PkCategory
impl !Sync for PkCategory
impl Unpin for PkCategory
impl UnwindSafe for PkCategory
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