Type Alias dryoc::protected::ptypes::UnlockedRO
source · pub type UnlockedRO<T> = Protected<T, ReadOnly, Unlocked>;
Available on crate feature
nightly
only.Expand description
Unlocked, read-only, page-aligned memory region type alias
Aliased Type§
struct UnlockedRO<T> { /* private fields */ }