Struct tendril::NonAtomic [] [src]

pub struct NonAtomic(_);

A marker of a non-atomic tendril.

This is the default for the second type parameter of a Tendril and so doesn't typically need to be written.

This is akin to using Rc for reference counting.

Trait Implementations

impl Atomicity for NonAtomic

fn new() -> Self

fn increment(&self) -> usize

fn decrement(&self) -> usize

fn fence_acquire()