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