Struct libelf_sys::Elf_MIPS_ABIFlags_v0 [] [src]

#[repr(C)]
pub struct Elf_MIPS_ABIFlags_v0 { pub version: Elf32_Half, pub isa_level: c_uchar, pub isa_rev: c_uchar, pub gpr_size: c_uchar, pub cpr1_size: c_uchar, pub cpr2_size: c_uchar, pub fp_abi: c_uchar, pub isa_ext: Elf32_Word, pub ases: Elf32_Word, pub flags1: Elf32_Word, pub flags2: Elf32_Word, }

Fields

Trait Implementations

impl Debug for Elf_MIPS_ABIFlags_v0
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf_MIPS_ABIFlags_v0
[src]

impl Clone for Elf_MIPS_ABIFlags_v0
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more