Crate pointer_value_pair

Source

Structsยง

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