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

#[repr(C)]
pub struct Nhdr64 { pub n_namesz: u64, pub n_descsz: u64, pub n_type: u64, }

Note section contents. Each entry in the note section begins with a header of a fixed form.

Fields

Length of the note's name (includes the terminator)

Length of the note's descriptor.

Type of the note.

Trait Implementations

impl Clone for Nhdr64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Nhdr64
[src]

impl Debug for Nhdr64
[src]

[src]

Formats the value using the given formatter.

impl<'a> TryFromCtx<'a, Endian> for Nhdr64 where
    Nhdr64: 'a, 
[src]

[src]

impl TryIntoCtx<Endian> for Nhdr64
[src]

[src]

impl FromCtx<Endian> for Nhdr64
[src]

[src]

impl IntoCtx<Endian> for Nhdr64
[src]

[src]

impl SizeWith<Endian> for Nhdr64
[src]

[src]