Unprotected

Type Alias Unprotected 

Source
pub type Unprotected<T, N> = Unprotected<T, HP, N>;
Expand description

A specialization of Unprotected for the HP reclamation scheme.

Aliased Typeยง

pub struct Unprotected<T, N> { /* private fields */ }