MetaPerm

Type Alias MetaPerm 

Source
pub type MetaPerm<M> = PointsTo<MetaSlot, M>;
Expand description

A permission token for frame metadata.

Frame<M> the high-level representation of the low-level pointer to the [super::meta::MetaSlot].

Aliased Type§

pub struct MetaPerm<M> {
    pub addr: usize,
    pub points_to: PointsTo<MetaSlot>,
    pub _T: PhantomData<M>,
}

Fields§

§addr: usize§points_to: PointsTo<MetaSlot>§_T: PhantomData<M>