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