Trait nb_sync::fifo::NonReentrant[][src]

pub unsafe trait NonReentrant { }

Marker trait implemented on objects that represent a non-reentrant context for the function being called.

Implementations on Foreign Types

impl NonReentrant for CriticalSection
[src]

Implementors