Struct esp32_hal::prelude::CriticalSectionSpinLockMutex [−][src]
pub struct CriticalSectionSpinLockMutex<T> { /* fields omitted */ }
Expand description
A spinlock and critical section section based mutex.
Implementations
Create a new mutex
Trait Implementations
Returns the “default value” for a type. Read more