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
pub const SavingData: Self
pub const BackgroundAudio: Self
pub const Unconstrained: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more