pub fn point_desc<'a>(
p: &'a Point,
block_space: AddressSpace,
bufs: &'a DescBufs<'a>,
) -> PointDesc<'a>Expand description
Build the descriptor view for p (step 2 of 2). block_space is the
owning block’s address space, used when the mapping leaves it unspecified.