#[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 eq(&self, other: &IsolatedWindowsEnvironmentShareFileStatus) -> bool
fn eq(&self, other: &IsolatedWindowsEnvironmentShareFileStatus) -> bool
This method 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