Structsยง
- Cow
- A pointer-sized object that holds either a borrow (
&'a T) or a boxed value (Box<T>). - Pointer
Value Pair - A pair consisting of a raw pointer (
*const T) and an integer value, packed so that it takes the size of a pointer.
&'a T) or a boxed value (Box<T>).*const T) and an integer value, packed so that it takes the size of a pointer.