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