Struct windows_sys::Management::Deployment::RemovalOptions
[−]#[repr(transparent)]pub struct RemovalOptions(pub u32);
Expand description
Required features: "Management_Deployment"
Tuple Fields
0: u32
Implementations
impl RemovalOptions
impl RemovalOptions
pub const None: Self = Self(0u32)
pub const PreserveApplicationData: Self = Self(4096u32)
pub const PreserveRoamableApplicationData: Self = Self(128u32)
pub const RemoveForAllUsers: Self = Self(524288u32)
Trait Implementations
impl Clone for RemovalOptions
impl Clone for RemovalOptions
impl Copy for RemovalOptions
Auto Trait Implementations
impl RefUnwindSafe for RemovalOptions
impl Send for RemovalOptions
impl Sync for RemovalOptions
impl Unpin for RemovalOptions
impl UnwindSafe for RemovalOptions
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