Struct ExtendedExecutionForegroundResult
#[repr(transparent)]pub struct ExtendedExecutionForegroundResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ExtendedExecutionForegroundResult
impl Clone for ExtendedExecutionForegroundResult
§fn clone(&self) -> ExtendedExecutionForegroundResult
fn clone(&self) -> ExtendedExecutionForegroundResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ExtendedExecutionForegroundResult
impl Debug for ExtendedExecutionForegroundResult
§impl Default for ExtendedExecutionForegroundResult
impl Default for ExtendedExecutionForegroundResult
§fn default() -> ExtendedExecutionForegroundResult
fn default() -> ExtendedExecutionForegroundResult
Returns the “default value” for a type. Read more
impl Copy for ExtendedExecutionForegroundResult
impl Eq for ExtendedExecutionForegroundResult
impl StructuralPartialEq for ExtendedExecutionForegroundResult
Auto Trait Implementations§
impl Freeze for ExtendedExecutionForegroundResult
impl RefUnwindSafe for ExtendedExecutionForegroundResult
impl Send for ExtendedExecutionForegroundResult
impl Sync for ExtendedExecutionForegroundResult
impl Unpin for ExtendedExecutionForegroundResult
impl UnwindSafe for ExtendedExecutionForegroundResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more