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

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

Constant initialization for a statically-initialized rwlock.