Struct rustc_data_structures::sharded::CacheAligned [−][src]
struct CacheAligned<T>(T);
Tuple Fields
0: T
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for CacheAligned<T> where
T: RefUnwindSafe,
impl<T> Send for CacheAligned<T> where
T: Send,
impl<T> Sync for CacheAligned<T> where
T: Sync,
impl<T> Unpin for CacheAligned<T> where
T: Unpin,
impl<T> UnwindSafe for CacheAligned<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.