Skip to main content

RawMutex

Type Alias RawMutex 

Source
pub type RawMutex = NoxuRawMutex;
Expand description

The raw mutex type for direct embed (e.g., log_buffer.rs).

Provides RawMutex::INIT for const initialisation and implements lock_api::RawMutex for .lock() / unsafe .unlock().

Aliased Typeยง

pub struct RawMutex { /* private fields */ }