Struct IsolatedWindowsEnvironmentShareFileStatus
#[repr(transparent)]pub struct IsolatedWindowsEnvironmentShareFileStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
pub const Success: Self = _
pub const UnknownFailure: Self = _
pub const FileNotFound: Self = _
pub const AccessDenied: Self = _
Trait Implementations§
§fn clone(&self) -> IsolatedWindowsEnvironmentShareFileStatus
fn clone(&self) -> IsolatedWindowsEnvironmentShareFileStatus
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§fn default() -> IsolatedWindowsEnvironmentShareFileStatus
fn default() -> IsolatedWindowsEnvironmentShareFileStatus
Returns the “default value” for a type. Read more
§fn eq(&self, other: &IsolatedWindowsEnvironmentShareFileStatus) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentShareFileStatus) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Auto Trait Implementations§
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