Function crossbeam_epoch::atomic::ensure_aligned
source ยท fn ensure_aligned<T: ?Sized + Pointable>(raw: usize)
Expand description
Panics if the pointer is not properly unaligned.
fn ensure_aligned<T: ?Sized + Pointable>(raw: usize)
Panics if the pointer is not properly unaligned.