Struct IsolatedWindowsEnvironmentLaunchFileStatus
#[repr(transparent)]pub struct IsolatedWindowsEnvironmentLaunchFileStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IsolatedWindowsEnvironmentLaunchFileStatus
impl IsolatedWindowsEnvironmentLaunchFileStatus
pub const Success: Self = _
pub const UnknownFailure: Self = _
pub const FileNotFound: Self = _
pub const TimedOut: Self = _
Trait Implementations§
§impl Clone for IsolatedWindowsEnvironmentLaunchFileStatus
impl Clone for IsolatedWindowsEnvironmentLaunchFileStatus
§fn clone(&self) -> IsolatedWindowsEnvironmentLaunchFileStatus
fn clone(&self) -> IsolatedWindowsEnvironmentLaunchFileStatus
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 Default for IsolatedWindowsEnvironmentLaunchFileStatus
impl Default for IsolatedWindowsEnvironmentLaunchFileStatus
§fn default() -> IsolatedWindowsEnvironmentLaunchFileStatus
fn default() -> IsolatedWindowsEnvironmentLaunchFileStatus
Returns the “default value” for a type. Read more
§impl PartialEq for IsolatedWindowsEnvironmentLaunchFileStatus
impl PartialEq for IsolatedWindowsEnvironmentLaunchFileStatus
§fn eq(&self, other: &IsolatedWindowsEnvironmentLaunchFileStatus) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentLaunchFileStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for IsolatedWindowsEnvironmentLaunchFileStatus
impl Eq for IsolatedWindowsEnvironmentLaunchFileStatus
impl StructuralPartialEq for IsolatedWindowsEnvironmentLaunchFileStatus
Auto Trait Implementations§
impl Freeze for IsolatedWindowsEnvironmentLaunchFileStatus
impl RefUnwindSafe for IsolatedWindowsEnvironmentLaunchFileStatus
impl Send for IsolatedWindowsEnvironmentLaunchFileStatus
impl Sync for IsolatedWindowsEnvironmentLaunchFileStatus
impl Unpin for IsolatedWindowsEnvironmentLaunchFileStatus
impl UnwindSafe for IsolatedWindowsEnvironmentLaunchFileStatus
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