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