Searched defs:CoherentBox (Results 1 – 1 of 1) sorted by relevance
410 pub struct CoherentBox<T: KnownSize + ?Sized>(Coherent<T>); struct412 impl<T: AsBytes + FromBytes> CoherentBox<[T]> { impl518 impl<T: AsBytes + FromBytes> CoherentBox<T> { implementation536 impl<T: KnownSize + ?Sized> Deref for CoherentBox<T> { implementation549 impl<T: AsBytes + FromBytes + KnownSize + ?Sized> DerefMut for CoherentBox<T> { implementation