std::sync::RWLOCK_INITUnstable [-]  [+] [src]

pub const RWLOCK_INIT: StaticRWLock = StaticRWLock {
    lock: sys::RWLOCK_INIT,
    poison: poison::FLAG_INIT,
}

Constant initialization for a statically-initialized rwlock.