Expand description
Wrappers around pointer/reference types to correctly implement TypeSize.
Structs
- Marker type for reference counted types such as
SizableRcorSizableArc - Marker type for reference counted types such as
SizableRcorSizableArc - A wrapper around
*const Tto implementTypeSize. - A wrapper around
*mut Tto implementTypeSize. - A wrapper around
&'a Tto implementTypeSize. - A wrapper around
&'a mut Tto implementTypeSize.