pub struct BootInformation { /* private fields */ }
Expand description

A Multiboot 2 Boot Information struct.

Implementations

Get the start address of the boot info.

Get the end address of the boot info.

This is the same as doing:

let end_addr = boot_info.start_address() + boot_info.size();

Get the total size of the boot info struct.

Search for the ELF Sections tag.

Search for the Memory map tag.

Get an iterator of all module tags.

Search for the BootLoader name tag.

Search for the Command line tag.

Search for the VBE framebuffer tag.

Search for the EFI 32-bit SDT tag.

Search for the EFI 64-bit SDT tag.

Search for the (ACPI 1.0) RSDP tag.

Search for the (ACPI 2.0 or later) RSDP tag.

Search for the EFI Memory map tag.

Search for the EFI 32-bit image handle pointer.

Search for the EFI 64-bit image handle pointer.

Search for the Image Load Base Physical Address.

Search for the VBE information tag.

Trait Implementations

Formats the value using the given formatter. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.