Feature gate: #![feature(unsafe_cell_access)]
This is a tracking issue for direct access APIs on UnsafeCell
(without going through raw pointers).
// core::cell impl<T> UnsafeCell<T> { pub unsafe fn replace(&self, new_value: T) -> T; } impl<T: ?Sized> UnsafeCell<T> { pub unsafe fn as_ref_unchecked(&self) -> &T; pub unsafe fn as_mut_unchecked(&self) -> &mut T; }Steps / History
UnsafeCell
access APIs libs-team#521Serial-ATA, nazar-pc, Xendergo and quackzar
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4