pub enum MutexGetPrioCeilingError {
InsufficientPermissions,
UnknownError(i32),
}Variants§
Trait Implementations§
Source§impl Clone for MutexGetPrioCeilingError
impl Clone for MutexGetPrioCeilingError
Source§fn clone(&self) -> MutexGetPrioCeilingError
fn clone(&self) -> MutexGetPrioCeilingError
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 moreSource§impl Debug for MutexGetPrioCeilingError
impl Debug for MutexGetPrioCeilingError
Source§impl Hash for MutexGetPrioCeilingError
impl Hash for MutexGetPrioCeilingError
Source§impl PartialEq for MutexGetPrioCeilingError
impl PartialEq for MutexGetPrioCeilingError
impl Copy for MutexGetPrioCeilingError
impl Eq for MutexGetPrioCeilingError
impl StructuralPartialEq for MutexGetPrioCeilingError
Auto Trait Implementations§
impl Freeze for MutexGetPrioCeilingError
impl RefUnwindSafe for MutexGetPrioCeilingError
impl Send for MutexGetPrioCeilingError
impl Sync for MutexGetPrioCeilingError
impl Unpin for MutexGetPrioCeilingError
impl UnwindSafe for MutexGetPrioCeilingError
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