pub struct UnsyncPanickingRawMutex { /* private fields */ }
Implementations§
Source§impl UnsyncPanickingRawMutex
impl UnsyncPanickingRawMutex
pub const fn new() -> UnsyncPanickingRawMutex
Trait Implementations§
Source§impl Default for UnsyncPanickingRawMutex
impl Default for UnsyncPanickingRawMutex
Source§fn default() -> UnsyncPanickingRawMutex
fn default() -> UnsyncPanickingRawMutex
Returns the “default value” for a type. Read more
Source§impl RawMutex for UnsyncPanickingRawMutex
impl RawMutex for UnsyncPanickingRawMutex
Source§const INIT: UnsyncPanickingRawMutex = _
const INIT: UnsyncPanickingRawMutex = _
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.