Struct zzz::CachePadded [−][src]
#[repr(align(64))]pub struct CachePadded<T>(_);
Expand description
Pads and aligns a value to the length of a cache line.
Adapted from crossbeam: https://docs.rs/crossbeam/0.7.3/crossbeam/utils/struct.CachePadded.html
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CachePadded<T> where
T: RefUnwindSafe, impl<T> Send for CachePadded<T> where
T: Send, impl<T> Sync for CachePadded<T> where
T: Sync, impl<T> Unpin for CachePadded<T> where
T: Unpin, impl<T> UnwindSafe for CachePadded<T> where
T: UnwindSafe,