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