Trait sel4_sync::MutexSyncOpsWithNotification

source ·
pub trait MutexSyncOpsWithNotification {
    // Required method
    fn notification(&self) -> Notification;
}

Required Methods§

Implementations on Foreign Types§

source§

impl MutexSyncOpsWithNotification for Notification

Implementors§