Struct std::sync::rwlock::RwLockInner [] [src]

struct RwLockInner {
    writer: bool,
    readers: usize,
}

Fields

writer
readers