pub struct BlackBox<T: Copy>(/* private fields */);
Expand description
Wrapper type which implements an optimization barrier for all accesses.
Implementations§
Trait Implementations§
impl<T: Copy + Copy> Copy for BlackBox<T>
Auto Trait Implementations§
impl<T> Freeze for BlackBox<T>where
T: Freeze,
impl<T> RefUnwindSafe for BlackBox<T>where
T: RefUnwindSafe,
impl<T> Send for BlackBox<T>where
T: Send,
impl<T> Sync for BlackBox<T>where
T: Sync,
impl<T> Unpin for BlackBox<T>where
T: Unpin,
impl<T> UnwindSafe for BlackBox<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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.