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

Fields

header: StivaleTagHeaderpmr_count: u64

Count of PMRs in following array.

pmrs: [StivalePmr]

Array of PMR structs.

Implementations

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

Safety

ptr must be a pointer to a properly initialized StivalePmrsTag struct with pmr_count entries in the prms field.

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