#[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
pub const InstallAllResources: Self
pub const ForceTargetAppShutdown: Self
pub const RequiredContentGroupOnly: Self
pub const LimitToExistingPackages: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more