Enum libelf_sys::Elf_Cmd [] [src]

#[repr(u32)]
pub enum Elf_Cmd { ELF_C_NULL, ELF_C_READ, ELF_C_RDWR, ELF_C_WRITE, ELF_C_CLR, ELF_C_SET, ELF_C_FDDONE, ELF_C_FDREAD, ELF_C_READ_MMAP, ELF_C_RDWR_MMAP, ELF_C_WRITE_MMAP, ELF_C_READ_MMAP_PRIVATE, ELF_C_EMPTY, ELF_C_NUM, }

Variants

Trait Implementations

impl Debug for Elf_Cmd
[src]

[src]

Formats the value using the given formatter.

impl Copy for Elf_Cmd
[src]

impl Clone for Elf_Cmd
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Elf_Cmd
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Elf_Cmd
[src]

impl Hash for Elf_Cmd
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more