Struct rustc_data_structures::sharded::CacheAligned
source · struct CacheAligned<T>(T);
Tuple Fields§
§0: T
Trait Implementations§
source§impl<T: Clone> Clone for CacheAligned<T>
impl<T: Clone> Clone for CacheAligned<T>
source§fn clone(&self) -> CacheAligned<T>
fn clone(&self) -> CacheAligned<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: Default> Default for CacheAligned<T>
impl<T: Default> Default for CacheAligned<T>
source§fn default() -> CacheAligned<T>
fn default() -> CacheAligned<T>
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§
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
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.