Struct rculock::RcuGuard [] [src]

pub struct RcuGuard<'a, T: 'a + Clone> { /* fields omitted */ }

Trait Implementations

impl<'a, T: Clone> DerefMut for RcuGuard<'a, T>
[src]

The method called to mutably dereference a value

impl<'a, T: Clone> Deref for RcuGuard<'a, T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T: Clone> Drop for RcuGuard<'a, T>
[src]

On drop, atomically store the data back into the owning RcuLock.

A method called when the value goes out of scope. Read more