Struct sync_no_std::mutex::SysMutex
source · pub struct SysMutex(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SysMutex
impl !RefUnwindSafe for SysMutex
impl Unpin for SysMutex
impl UnwindSafe for SysMutex
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