Variable Ref._data

struct Ref
{
  // ...
  T _data;
  // ...
}