Struct rs_lockfree::spin_rwlock::WLockGuard[][src]

pub struct WLockGuard { /* fields omitted */ }

Guard of WLock, unlock it when dropped.

Methods

impl WLockGuard
[src]

Trait Implementations

impl Default for WLockGuard
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for WLockGuard

impl !Sync for WLockGuard