Struct rcu_cell::RcuReader[][src]

pub struct RcuReader<T> { /* fields omitted */ }

Trait Implementations

impl<T: Debug> Debug for RcuReader<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Send> Send for RcuReader<T>
[src]

impl<T: Sync> Sync for RcuReader<T>
[src]

impl<T> Drop for RcuReader<T>
[src]

Executes the destructor for this type. Read more

impl<T> Deref for RcuReader<T>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<T> Clone for RcuReader<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more