pub struct Mapping {
mapping_size: usize,
perm: Permission,
}Expand description
Represent a mapping of contiguous memory.
Fields§
§mapping_size: usizeSize of the area.
perm: PermissionPermission of the area.
pub struct Mapping {
mapping_size: usize,
perm: Permission,
}Represent a mapping of contiguous memory.
mapping_size: usizeSize of the area.
perm: PermissionPermission of the area.