Struct embedded_svc::utils::mutex::Mutex
source · pub struct Mutex<R, T>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R, T> !RefUnwindSafe for Mutex<R, T>
impl<R, T> Unpin for Mutex<R, T>
impl<R, T> UnwindSafe for Mutex<R, T>where
R: UnwindSafe,
T: UnwindSafe,
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