Struct stivale_boot::v2::StivalePmrsTag[][src]

#[repr(C)]
pub struct StivalePmrsTag { pub header: StivaleTagHeader, pub pmr_count: u64, pub pmrs: [StivalePmr; 0], }

Fields

header: StivaleTagHeaderpmr_count: u64

Count of PMRs in following array.

pmrs: [StivalePmr; 0]

Array of PMR structs.

Implementations

Return’s the PMRs array pointer as a rust slice.

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.