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