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