pub type MetaPerm<M> = 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> {
pub points_to: PointsTo<MetaSlot>,
pub inner_perms: <Metadata<M> as Repr<MetaSlot>>::Perm,
pub _T: PhantomData<Metadata<M>>,
}Fields§
§points_to: PointsTo<MetaSlot>§inner_perms: <Metadata<M> as Repr<MetaSlot>>::Perm§_T: PhantomData<Metadata<M>>