Struct windows::Management::Deployment::RemovalOptions
#[repr(transparent)]pub struct RemovalOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl RemovalOptions
impl RemovalOptions
pub const None: Self = _
pub const PreserveApplicationData: Self = _
pub const PreserveRoamableApplicationData: Self = _
pub const RemoveForAllUsers: Self = _
§impl RemovalOptions
impl RemovalOptions
Trait Implementations§
§impl BitAnd for RemovalOptions
impl BitAnd for RemovalOptions
§impl BitAndAssign for RemovalOptions
impl BitAndAssign for RemovalOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for RemovalOptions
impl BitOr for RemovalOptions
§impl BitOrAssign for RemovalOptions
impl BitOrAssign for RemovalOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for RemovalOptions
impl Clone for RemovalOptions
§fn clone(&self) -> RemovalOptions
fn clone(&self) -> RemovalOptions
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 RemovalOptions
impl Debug for RemovalOptions
§impl Default for RemovalOptions
impl Default for RemovalOptions
§fn default() -> RemovalOptions
fn default() -> RemovalOptions
Returns the “default value” for a type. Read more
§impl Not for RemovalOptions
impl Not for RemovalOptions
§impl PartialEq for RemovalOptions
impl PartialEq for RemovalOptions
§fn eq(&self, other: &RemovalOptions) -> bool
fn eq(&self, other: &RemovalOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RemovalOptions
impl Eq for RemovalOptions
impl StructuralPartialEq for RemovalOptions
Auto Trait Implementations§
impl Freeze for RemovalOptions
impl RefUnwindSafe for RemovalOptions
impl Send for RemovalOptions
impl Sync for RemovalOptions
impl Unpin for RemovalOptions
impl UnwindSafe for RemovalOptions
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
)