Struct rustc_data_structures::sharded::CacheAligned
source · [−]struct CacheAligned<T>(T);
Tuple Fields
0: T
Trait Implementations
sourceimpl<T: Clone> Clone for CacheAligned<T>
impl<T: Clone> Clone for CacheAligned<T>
sourcefn clone(&self) -> CacheAligned<T>
fn clone(&self) -> CacheAligned<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<T: Default> Default for CacheAligned<T>
impl<T: Default> Default for CacheAligned<T>
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.