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