Type Definition dryoc::protected::ptypes::Unlocked

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

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more