#[repr(C)]pub struct IsolatedWindowsEnvironmentCreateProgress {
pub State: IsolatedWindowsEnvironmentProgressState,
pub PercentComplete: u32,
}
Expand description
Required features: "Security_Isolation"
Fields
State: IsolatedWindowsEnvironmentProgressState
PercentComplete: u32
Trait Implementations
impl Copy for IsolatedWindowsEnvironmentCreateProgress
Auto Trait Implementations
impl RefUnwindSafe for IsolatedWindowsEnvironmentCreateProgress
impl Send for IsolatedWindowsEnvironmentCreateProgress
impl Sync for IsolatedWindowsEnvironmentCreateProgress
impl Unpin for IsolatedWindowsEnvironmentCreateProgress
impl UnwindSafe for IsolatedWindowsEnvironmentCreateProgress
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