Struct sublock::atomlock::WriteGuard [] [src]

pub struct WriteGuard<'a, T> where T: 'a {
    // some fields omitted
}

Trait Implementations

impl<'a, T> Deref for WriteGuard<'a, T>

type Target = T

fn deref(&self) -> &Self::Target

impl<'a, T> DerefMut for WriteGuard<'a, T>

fn deref_mut(&mut self) -> &mut Self::Target

impl<'a, T> Drop for WriteGuard<'a, T>

fn drop(&mut self)