Searched defs:CoherentBox (Results 1 – 1 of 1) sorted by relevance
410 pub struct CoherentBox<T: KnownSize + ?Sized>(Coherent<T>); global() struct 412 impl<T: AsBytes + FromBytes> CoherentBox<[T]> { global() implementation 518 impl<T: AsBytes + FromBytes> CoherentBox<T> { global() implementation 536 impl<T: KnownSize + ?Sized> Deref for CoherentBox<T> { global() implementation 549 impl<T: AsBytes + FromBytes + KnownSize + ?Sized> DerefMut for CoherentBox<T> { global() implementation [all...]