pub struct Mutex<T, const TN: usize> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<T, const TN: usize> !Freeze for Mutex<T, TN>
impl<T, const TN: usize> !RefUnwindSafe for Mutex<T, TN>
impl<T, const TN: usize> !Send for Mutex<T, TN>
impl<T, const TN: usize> !Sync for Mutex<T, TN>
impl<T, const TN: usize> Unpin for Mutex<T, TN>where
T: Unpin,
impl<T, const TN: usize> !UnwindSafe for Mutex<T, TN>
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