Struct windows_sys::Management::Deployment::DeploymentProgress
[−]#[repr(C)]pub struct DeploymentProgress {
pub state: DeploymentProgressState,
pub percentage: u32,
}
Expand description
Required features: "Management_Deployment"
Fields
state: DeploymentProgressState
percentage: u32
Trait Implementations
impl Clone for DeploymentProgress
impl Clone for DeploymentProgress
impl Copy for DeploymentProgress
Auto Trait Implementations
impl RefUnwindSafe for DeploymentProgress
impl Send for DeploymentProgress
impl Sync for DeploymentProgress
impl Unpin for DeploymentProgress
impl UnwindSafe for DeploymentProgress
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