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