Struct windows_sys::Management::Deployment::DeploymentOptions
[−]#[repr(transparent)]pub struct DeploymentOptions(pub u32);
Expand description
Required features: "Management_Deployment"
Tuple Fields
0: u32
Implementations
impl DeploymentOptions
impl DeploymentOptions
pub const None: Self = Self(0u32)
pub const ForceApplicationShutdown: Self = Self(1u32)
pub const DevelopmentMode: Self = Self(2u32)
pub const InstallAllResources: Self = Self(32u32)
pub const ForceTargetApplicationShutdown: Self = Self(64u32)
pub const RequiredContentGroupOnly: Self = Self(256u32)
pub const ForceUpdateFromAnyVersion: Self = Self(262144u32)
pub const RetainFilesOnFailure: Self = Self(2097152u32)
pub const StageInPlace: Self = Self(4194304u32)
Trait Implementations
impl Clone for DeploymentOptions
impl Clone for DeploymentOptions
impl Copy for DeploymentOptions
Auto Trait Implementations
impl RefUnwindSafe for DeploymentOptions
impl Send for DeploymentOptions
impl Sync for DeploymentOptions
impl Unpin for DeploymentOptions
impl UnwindSafe for DeploymentOptions
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