oxipng/doc/bitflags/__core/cell/sidebar-items.js
2016-04-08 13:52:15 -04:00

1 line
No EOL
563 B
JavaScript

initSidebarItems({"enum":[["BorrowState","An enumeration of values returned from the `state` method on a `RefCell<T>`."]],"struct":[["Cell","A mutable memory location that admits only `Copy` data."],["Ref","Wraps a borrowed reference to a value in a `RefCell` box. A wrapper type for an immutably borrowed value from a `RefCell<T>`."],["RefCell","A mutable memory location with dynamically checked borrow rules"],["RefMut","A wrapper type for a mutably borrowed value from a `RefCell<T>`."],["UnsafeCell","The core primitive for interior mutability in Rust."]]});