Struct karabiner_onetime::LockGuard [] [src]

pub struct LockGuard<'a, T: 'a> { /* fields omitted */ }

Trait Implementations

impl<'a, T> Debug for LockGuard<'a, T> where
    T: Send + Sync
[src]

Formats the value using the given formatter.

impl<'a, T> Deref for LockGuard<'a, T> where
    T: Send + Sync
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a, T> DerefMut for LockGuard<'a, T> where
    T: Send + Sync
[src]

The method called to mutably dereference a value

impl<'a, T> Drop for LockGuard<'a, T>
[src]

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