The core primitive for interior mutability in Rust. UnsafeCell<T> is a type that wraps some T and indicates unsafe interior operations on the wrapped type.
確定! 回上一頁