Struct stivale_boot::v2::StivaleMemoryMapTag[][src]

#[repr(C)]
pub struct StivaleMemoryMapTag { pub header: StivaleTagHeader, pub entries_len: u64, pub entry_array: [StivaleMemoryMapEntry; 0], }

Fields

header: StivaleTagHeaderentries_len: u64

Total length of the memory map entries.

entry_array: [StivaleMemoryMapEntry; 0]

Pointer to the memory map entries.

Implementations

Return’s memory map entries pointer as a rust slice.

Returns an iterator over all the memory regions.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.