Struct rustpython_common::lock::RawMutex
source · pub struct RawMutex { /* private fields */ }
Trait Implementations§
source§impl RawMutex for RawCellMutex
impl RawMutex for RawCellMutex
§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.