This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
c158b7b7d0
rust
/
library
/
core
/
src
/
ptr
History
Download ZIP
Download TAR.GZ
Scott McMurray
c158b7b7d0
Derive Eq/PartialEq instead of manually implementing it
2022-09-22 11:50:51 -07:00
..
alignment.rs
Derive Eq/PartialEq instead of manually implementing it
2022-09-22 11:50:51 -07:00
const_ptr.rs
The
<*const T>::guaranteed_*
methods now return an option for the unknown case
2022-09-09 15:16:04 +00:00
metadata.rs
Adjust cfgs
2022-08-12 16:28:15 -04:00
mod.rs
Add
ptr::Alignment
type
2022-09-20 14:20:21 -07:00
mut_ptr.rs
The
<*const T>::guaranteed_*
methods now return an option for the unknown case
2022-09-09 15:16:04 +00:00
non_null.rs
Rollup merge of
#94640
- Pointerbender:issue-71146-partial-stabilization, r=yaahc
2022-05-28 08:45:50 +02:00
unique.rs
Implement
core::ptr::Unique
on top of
NonNull
2022-04-14 19:35:40 +02:00