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