pub type Unlocked<T> = Protected<T, ReadWrite, Unlocked>;
Available on crate feature
nightly
only.Expand description
Unlocked, read-write, page-aligned memory region type alias
Aliased Type§
struct Unlocked<T> { /* private fields */ }