Structs§
- Atom
- An Atom wraps an AtomicPtr, it allows for safe mutation of an atomic into common Rust Types.
- Atom
SetOnce - This is a restricted version of the Atom. It allows for only
set_if_none
to be called.
Traits§
- From
RawPtr - Convert from a raw ptr into a pointer
- GetNext
Mut - This is a utility Trait that fetches the next ptr from an object.
- Into
RawPtr - Convert from into a raw pointer