#[repr(transparent)]pub struct AddResourcePackageOptions(pub u32);
Expand description
Required features: "ApplicationModel"
Tuple Fields
0: u32
Implementations
impl AddResourcePackageOptions
impl AddResourcePackageOptions
pub const None: Self = Self(0u32)
pub const ForceTargetAppShutdown: Self = Self(1u32)
pub const ApplyUpdateIfAvailable: Self = Self(2u32)
Trait Implementations
impl Clone for AddResourcePackageOptions
impl Clone for AddResourcePackageOptions
impl Copy for AddResourcePackageOptions
Auto Trait Implementations
impl RefUnwindSafe for AddResourcePackageOptions
impl Send for AddResourcePackageOptions
impl Sync for AddResourcePackageOptions
impl Unpin for AddResourcePackageOptions
impl UnwindSafe for AddResourcePackageOptions
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