Struct libc::Elf32_Shdr[][src]

#[repr(C)]
pub struct Elf32_Shdr { pub sh_name: Elf32_Word, pub sh_type: Elf32_Word, pub sh_flags: Elf32_Word, pub sh_addr: Elf32_Addr, pub sh_offset: Elf32_Off, pub sh_size: Elf32_Word, pub sh_link: Elf32_Word, pub sh_info: Elf32_Word, pub sh_addralign: Elf32_Word, pub sh_entsize: Elf32_Word, }

Fields

sh_name: Elf32_Wordsh_type: Elf32_Wordsh_flags: Elf32_Wordsh_addr: Elf32_Addrsh_offset: Elf32_Offsh_size: Elf32_Wordsh_link: Elf32_Wordsh_info: Elf32_Wordsh_addralign: Elf32_Wordsh_entsize: Elf32_Word

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.