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