Struct nstd_sys::mutex::NSTDMutexGuard
source · #[repr(C)]pub struct NSTDMutexGuard<'m, 'a> { /* private fields */ }Available on crate feature
mutex only.Expand description
A guard providing access to a mutex’s protected data.
Auto Trait Implementations§
impl<'m, 'a> RefUnwindSafe for NSTDMutexGuard<'m, 'a>
impl<'m, 'a> !Send for NSTDMutexGuard<'m, 'a>
impl<'m, 'a> !Sync for NSTDMutexGuard<'m, 'a>
impl<'m, 'a> Unpin for NSTDMutexGuard<'m, 'a>
impl<'m, 'a> UnwindSafe for NSTDMutexGuard<'m, 'a>
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