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§

source§

impl<T: Zeroize + Bytes + Clone> Clone for Unlocked<T>

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more