Type Alias memory::MmiRef

source ·
pub type MmiRef = Arc<IrqSafeMutex<MemoryManagementInfo>>;
Expand description

A shareable reference to a MemoryManagementInfo struct wrapper in a lock.

Aliased Type§

struct MmiRef { /* private fields */ }

Trait Implementations§

1.0.0 · source§

impl<T, A> Deref for Arc<T, A>where A: Allocator, T: ?Sized,

§

type Target = T

The resulting type after dereferencing.
source§

fn deref(&self) -> &T

Dereferences the value.