#[repr(C)]pub struct MutexStatus { /* private fields */ }
Available on crate feature
unstable_mutex
only.Expand description
Mutex Status is the Representation of the Status of the mutex at point of the query
Implementations§
Trait Implementations§
Source§impl Debug for MutexStatus
impl Debug for MutexStatus
Source§impl Default for MutexStatus
impl Default for MutexStatus
Source§fn default() -> MutexStatus
fn default() -> MutexStatus
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MutexStatus
impl RefUnwindSafe for MutexStatus
impl Send for MutexStatus
impl Sync for MutexStatus
impl Unpin for MutexStatus
impl UnwindSafe for MutexStatus
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