#[repr(C)]pub struct PkRepoDetail {
pub parent: PkSource,
pub priv_: *mut PkRepoDetailPrivate,
}Fields§
§parent: PkSource§priv_: *mut PkRepoDetailPrivateTrait Implementations§
Source§impl Clone for PkRepoDetail
impl Clone for PkRepoDetail
Source§fn clone(&self) -> PkRepoDetail
fn clone(&self) -> PkRepoDetail
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PkRepoDetail
Auto Trait Implementations§
impl !Send for PkRepoDetail
impl !Sync for PkRepoDetail
impl Freeze for PkRepoDetail
impl RefUnwindSafe for PkRepoDetail
impl Unpin for PkRepoDetail
impl UnsafeUnpin for PkRepoDetail
impl UnwindSafe for PkRepoDetail
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