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