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