Skip to content

Commit b7cb879

Browse files
committed
Add an alternative VolatilePtrCopy variant that implement Copy
1 parent a143e0b commit b7cb879

File tree

2 files changed

+919
-0
lines changed

2 files changed

+919
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
pub use cell::VolatileCell;
1717
pub use ptr::VolatilePtr;
18+
pub use ptr_copy::VolatilePtrCopy;
1819

1920
pub mod access;
2021
mod cell;
2122
mod ptr;
23+
mod ptr_copy;

0 commit comments

Comments
 (0)