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

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

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 Nhdr32
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Nhdr32
[src]

impl Debug for Nhdr32
[src]

Formats the value using the given formatter. Read more

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

impl TryIntoCtx<Endian> for Nhdr32
[src]

impl FromCtx<Endian> for Nhdr32
[src]

impl IntoCtx<Endian> for Nhdr32
[src]

impl SizeWith<Endian> for Nhdr32
[src]

Auto Trait Implementations

impl Send for Nhdr32

impl Sync for Nhdr32