#[repr(C)]pub struct PackageInstallProgress {
pub PercentComplete: u32,
}
Expand description
Required features: "ApplicationModel"
Fields
PercentComplete: u32
Trait Implementations
impl Clone for PackageInstallProgress
impl Clone for PackageInstallProgress
impl Copy for PackageInstallProgress
Auto Trait Implementations
impl RefUnwindSafe for PackageInstallProgress
impl Send for PackageInstallProgress
impl Sync for PackageInstallProgress
impl Unpin for PackageInstallProgress
impl UnwindSafe for PackageInstallProgress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more