Struct multiboot2::ElfSection [] [src]

pub struct ElfSection {
    pub flags: u64,
    pub addr: u64,
    pub size: u64,
    // some fields omitted
}

Fields

Methods

impl ElfSection
[src]

Trait Implementations

impl Debug for ElfSection
[src]

Formats the value using the given formatter.