Struct windows::Management::Deployment::DeploymentOptions
#[repr(transparent)]pub struct DeploymentOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl DeploymentOptions
impl DeploymentOptions
pub const None: Self = _
pub const ForceApplicationShutdown: Self = _
pub const DevelopmentMode: Self = _
pub const InstallAllResources: Self = _
pub const ForceTargetApplicationShutdown: Self = _
pub const RequiredContentGroupOnly: Self = _
pub const ForceUpdateFromAnyVersion: Self = _
pub const RetainFilesOnFailure: Self = _
pub const StageInPlace: Self = _
§impl DeploymentOptions
impl DeploymentOptions
Trait Implementations§
§impl BitAnd for DeploymentOptions
impl BitAnd for DeploymentOptions
§impl BitAndAssign for DeploymentOptions
impl BitAndAssign for DeploymentOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for DeploymentOptions
impl BitOr for DeploymentOptions
§impl BitOrAssign for DeploymentOptions
impl BitOrAssign for DeploymentOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for DeploymentOptions
impl Clone for DeploymentOptions
§fn clone(&self) -> DeploymentOptions
fn clone(&self) -> DeploymentOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DeploymentOptions
impl Debug for DeploymentOptions
§impl Default for DeploymentOptions
impl Default for DeploymentOptions
§fn default() -> DeploymentOptions
fn default() -> DeploymentOptions
Returns the “default value” for a type. Read more
§impl Not for DeploymentOptions
impl Not for DeploymentOptions
§impl PartialEq for DeploymentOptions
impl PartialEq for DeploymentOptions
§fn eq(&self, other: &DeploymentOptions) -> bool
fn eq(&self, other: &DeploymentOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DeploymentOptions
impl Eq for DeploymentOptions
impl StructuralPartialEq for DeploymentOptions
Auto Trait Implementations§
impl Freeze for DeploymentOptions
impl RefUnwindSafe for DeploymentOptions
impl Send for DeploymentOptions
impl Sync for DeploymentOptions
impl Unpin for DeploymentOptions
impl UnwindSafe for DeploymentOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)