Struct tartan_uefi::MemoryDescriptor
source · #[repr(C)]pub struct MemoryDescriptor {
pub memory_type: MemoryType,
pub physical_start: u64,
pub virtual_start: u64,
pub page_count: u64,
pub attributes: MemoryAttributes,
}
Fields§
§memory_type: MemoryType
§physical_start: u64
§virtual_start: u64
§page_count: u64
§attributes: MemoryAttributes