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