pub struct RawDeferredNotificationMutex(/* private fields */);
Implementations§
Source§impl RawDeferredNotificationMutex
impl RawDeferredNotificationMutex
pub const fn new() -> Self
pub fn set_notification( &self, nfn: Notification, ) -> Result<(), NotificationAlreadySetError>
Trait Implementations§
Source§impl Default for RawDeferredNotificationMutex
impl Default for RawDeferredNotificationMutex
Source§impl RawMutex for RawDeferredNotificationMutex
impl RawMutex for RawDeferredNotificationMutex
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.