Type Alias vm_memory::bitmap::MS

source ·
pub type MS<'a, M> = BS<'a, <<M as GuestMemory>::R as GuestMemoryRegion>::B>;
Expand description

Helper type alias for referring to the BitmapSlice concrete type associated with the memory regions of an object M: GuestMemory.