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