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