Structs

A pointer-sized object that holds either a borrow (&'a T) or a boxed value (Box<T>).

A pair consisting of a raw pointer (*const T) and an integer value, packed so that it takes the size of a pointer.