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