Trait tendril::Atomicity [] [src]

pub unsafe trait Atomicity: 'static { }

The multithreadedness of a tendril.

Exactly two types implement this trait:

The layout of this trait is also mandated to be that of a usize, for it is used for reference counting.

Implementors