structstd.os.uefi.tables.MemoryDescriptorAttribute[src]

Fields

uc: bool
wc: bool
wt: bool
wb: bool
uce: bool
_pad1: u7 = 0
wp: bool
rp: bool
xp: bool
nv: bool
more_reliable: bool
ro: bool
sp: bool
cpu_crypto: bool
_pad2: u43 = 0
memory_runtime: bool

Source Code

Source code
pub const MemoryDescriptorAttribute = packed struct(u64) {
    uc: bool,
    wc: bool,
    wt: bool,
    wb: bool,
    uce: bool,
    _pad1: u7 = 0,
    wp: bool,
    rp: bool,
    xp: bool,
    nv: bool,
    more_reliable: bool,
    ro: bool,
    sp: bool,
    cpu_crypto: bool,
    _pad2: u43 = 0,
    memory_runtime: bool,
}