Struct rustc_data_structures::sync::CacheAligned
source · pub struct CacheAligned<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
source§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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn 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,
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.