pub struct RecursiveMutexStorage { /* private fields */ }Expand description
Caller-owned storage for a RecursiveMutex in zero-heap mode (see
MutexStorage).
Implementations§
Trait Implementations§
Source§impl Default for RecursiveMutexStorage
impl Default for RecursiveMutexStorage
impl Sync for RecursiveMutexStorage
Auto Trait Implementations§
impl !Freeze for RecursiveMutexStorage
impl !RefUnwindSafe for RecursiveMutexStorage
impl Send for RecursiveMutexStorage
impl Unpin for RecursiveMutexStorage
impl UnsafeUnpin for RecursiveMutexStorage
impl UnwindSafe for RecursiveMutexStorage
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