Struct goblin::elf::note::Note[][src]

pub struct Note<'a> {
    pub n_type: u32,
    pub name: &'a str,
    pub desc: &'a [u8],
}
Expand description

A 32/64 bit Note struct, with the name and desc pre-parsed

Fields

n_type: u32

The type of this note

name: &'a str

NUL terminated string, where namesz includes the terminator

desc: &'a [u8]

arbitrary data of length descsz

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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.