pub struct RawNotificationMutex<_T = ()> { /* private fields */ }
Implementations§
Source§impl RawNotificationMutex
impl RawNotificationMutex
pub const fn new(nfn: Notification) -> Self
Trait Implementations§
Source§impl<_T> RawMutex for RawNotificationMutex<_T>
impl<_T> RawMutex for RawNotificationMutex<_T>
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.