Struct stivale_boot::v2::StivaleDeviceTreeTag[][src]

#[repr(C, packed)]
pub struct StivaleDeviceTreeTag { pub header: StivaleTagHeader, pub address: u64, pub size: u64, }
Expand description

This tag describes a device tree blob for the platform.

Fields

header: StivaleTagHeaderaddress: u64

The address of the device tree blob.

size: u64

The size of the device tree blob.

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.