MetaPerm

Type Alias MetaPerm 

Source
pub type MetaPerm<M: AnyFrameMeta + Repr<MetaSlotStorage>> = PointsTo<MetaSlot, Metadata<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: AnyFrameMeta + Repr<MetaSlotStorage>> {
    pub addr: usize,
    pub points_to: PointsTo<MetaSlot>,
    pub inner_perms: MetadataInnerPerms,
    pub _T: PhantomData<Metadata<M>>,
}

Fields§

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