Struct stivale_boot::v2::StivaleSmbiosTag[][src]

#[repr(C, packed)]
pub struct StivaleSmbiosTag { pub header: StivaleTagHeader, pub flags: u64, pub smbios_entry_32: u64, pub smbios_entry_64: u64, }
Expand description

This tag is used to get the location of the SMBIOS entry points in memory.

Fields

header: StivaleTagHeaderflags: u64

Stivale specification says that the flags in this tag are for future use and currently should be unused and must be 0.

smbios_entry_32: u64

32-bit SMBIOS entry point address. Set to 0 if unavailable.

smbios_entry_64: u64

64-bit SMBIOS entry point address. Set to 0 if unavailable.

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.