#[repr(C)]pub struct PkPackage {
pub parent: PkSource,
pub priv_: *mut PkPackagePrivate,
}Fields§
§parent: PkSource§priv_: *mut PkPackagePrivateTrait Implementations§
Auto Trait Implementations§
impl !Send for PkPackage
impl !Sync for PkPackage
impl Freeze for PkPackage
impl RefUnwindSafe for PkPackage
impl Unpin for PkPackage
impl UnsafeUnpin for PkPackage
impl UnwindSafe for PkPackage
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