pub struct PanickingRawMutex { /* private fields */ }
Implementations§
Source§impl PanickingRawMutex
impl PanickingRawMutex
pub const fn new() -> PanickingRawMutex
Trait Implementations§
Source§impl Default for PanickingRawMutex
impl Default for PanickingRawMutex
Source§fn default() -> PanickingRawMutex
fn default() -> PanickingRawMutex
Returns the “default value” for a type. Read more
Source§impl RawMutex for PanickingRawMutex
impl RawMutex for PanickingRawMutex
Source§const INIT: PanickingRawMutex = _
const INIT: PanickingRawMutex = _
Initial value for an unlocked mutex.
Source§type GuardMarker = GuardNoSend
type GuardMarker = GuardNoSend
Marker type which determines whether a lock guard should be
Send
. Use
one of the GuardSend
or GuardNoSend
helper types here.