pub enum UnnamedSemaphoreOpenIpcHandleError {
IsNotInterProcessCapable,
Uninitialized,
}Variants§
Trait Implementations§
Source§impl Clone for UnnamedSemaphoreOpenIpcHandleError
impl Clone for UnnamedSemaphoreOpenIpcHandleError
Source§fn clone(&self) -> UnnamedSemaphoreOpenIpcHandleError
fn clone(&self) -> UnnamedSemaphoreOpenIpcHandleError
Returns a duplicate 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 moreSource§impl PartialEq for UnnamedSemaphoreOpenIpcHandleError
impl PartialEq for UnnamedSemaphoreOpenIpcHandleError
Source§fn eq(&self, other: &UnnamedSemaphoreOpenIpcHandleError) -> bool
fn eq(&self, other: &UnnamedSemaphoreOpenIpcHandleError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UnnamedSemaphoreOpenIpcHandleError
impl Eq for UnnamedSemaphoreOpenIpcHandleError
impl StructuralPartialEq for UnnamedSemaphoreOpenIpcHandleError
Auto Trait Implementations§
impl Freeze for UnnamedSemaphoreOpenIpcHandleError
impl RefUnwindSafe for UnnamedSemaphoreOpenIpcHandleError
impl Send for UnnamedSemaphoreOpenIpcHandleError
impl Sync for UnnamedSemaphoreOpenIpcHandleError
impl Unpin for UnnamedSemaphoreOpenIpcHandleError
impl UnwindSafe for UnnamedSemaphoreOpenIpcHandleError
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