Struct rcu_cell::RcuGuard[][src]

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

Methods

impl<T> RcuGuard<T>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

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

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

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

Executes the destructor for this type. Read more