#[repr(transparent)]pub struct IsolatedWindowsEnvironmentHostError(pub i32);
Expand description
Required features: "Security_Isolation"
Tuple Fields
0: i32
Implementations
impl IsolatedWindowsEnvironmentHostError
impl IsolatedWindowsEnvironmentHostError
pub const AdminPolicyIsDisabledOrNotPresent: Self = Self(0i32)
pub const FeatureNotInstalled: Self = Self(1i32)
pub const HardwareRequirementsNotMet: Self = Self(2i32)
pub const RebootRequired: Self = Self(3i32)
pub const UnknownError: Self = Self(4i32)
Trait Implementations
impl Clone for IsolatedWindowsEnvironmentHostError
impl Clone for IsolatedWindowsEnvironmentHostError
impl Copy for IsolatedWindowsEnvironmentHostError
Auto Trait Implementations
impl RefUnwindSafe for IsolatedWindowsEnvironmentHostError
impl Send for IsolatedWindowsEnvironmentHostError
impl Sync for IsolatedWindowsEnvironmentHostError
impl Unpin for IsolatedWindowsEnvironmentHostError
impl UnwindSafe for IsolatedWindowsEnvironmentHostError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more