Struct windows_sys::ApplicationModel::ExtendedExecution::Foreground::ExtendedExecutionForegroundReason
[−]#[repr(transparent)]pub struct ExtendedExecutionForegroundReason(pub i32);
Expand description
Required features: "ApplicationModel_ExtendedExecution_Foreground"
Tuple Fields
0: i32
Implementations
impl ExtendedExecutionForegroundReason
impl ExtendedExecutionForegroundReason
pub const Unspecified: Self = Self(0i32)
pub const SavingData: Self = Self(1i32)
pub const BackgroundAudio: Self = Self(2i32)
pub const Unconstrained: Self = Self(3i32)
Trait Implementations
impl Clone for ExtendedExecutionForegroundReason
impl Clone for ExtendedExecutionForegroundReason
impl Copy for ExtendedExecutionForegroundReason
Auto Trait Implementations
impl RefUnwindSafe for ExtendedExecutionForegroundReason
impl Send for ExtendedExecutionForegroundReason
impl Sync for ExtendedExecutionForegroundReason
impl Unpin for ExtendedExecutionForegroundReason
impl UnwindSafe for ExtendedExecutionForegroundReason
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