#[repr(transparent)]pub struct AddPackageByAppInstallerOptions(pub u32);
Expand description
Required features: "Management_Deployment"
Tuple Fields
0: u32
Implementations
impl AddPackageByAppInstallerOptions
impl AddPackageByAppInstallerOptions
pub const None: Self = Self(0u32)
pub const InstallAllResources: Self = Self(32u32)
pub const ForceTargetAppShutdown: Self = Self(64u32)
pub const RequiredContentGroupOnly: Self = Self(256u32)
pub const LimitToExistingPackages: Self = Self(512u32)
Trait Implementations
impl Clone for AddPackageByAppInstallerOptions
impl Clone for AddPackageByAppInstallerOptions
impl Copy for AddPackageByAppInstallerOptions
Auto Trait Implementations
impl RefUnwindSafe for AddPackageByAppInstallerOptions
impl Send for AddPackageByAppInstallerOptions
impl Sync for AddPackageByAppInstallerOptions
impl Unpin for AddPackageByAppInstallerOptions
impl UnwindSafe for AddPackageByAppInstallerOptions
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