Type Definition dryoc::protected::ptypes::Locked

source ·
pub type Locked<T> = Protected<T, ReadWrite, Locked>;
Available on crate feature nightly only.
Expand description

Locked, 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
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more