Type Definition dryoc::protected::ptypes::LockedRO

source ·
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

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Serialize this value into the given Serde serializer. Read more