pub struct PanickingRawMutex { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for PanickingRawMutex
impl Default for PanickingRawMutex
Source§impl RawMutex for PanickingRawMutex
impl RawMutex for PanickingRawMutex
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.