Variable DepthInfo.enabled

struct DepthInfo
{
  // ...
  std.typecons.Flag!("enabled") enabled ;
  // ...
}