Enum unicorn::unicorn_const::HookType [] [src]

pub enum HookType {
    INTR,
    INSN,
    CODE,
    BLOCK,
    MEM_READ_UNMAPPED,
    MEM_WRITE_UNMAPPED,
    MEM_FETCH_UNMAPPED,
    MEM_READ_PROT,
    MEM_WRITE_PROT,
    MEM_FETCH_PROT,
    MEM_READ,
    MEM_WRITE,
    MEM_FETCH,
}

Variants

INTRINSNCODEBLOCKMEM_READ_UNMAPPEDMEM_WRITE_UNMAPPEDMEM_FETCH_UNMAPPEDMEM_READ_PROTMEM_WRITE_PROTMEM_FETCH_PROTMEM_READMEM_WRITEMEM_FETCH

Trait Implementations

impl Copy for HookType
[src]

impl Clone for HookType
[src]

fn clone(&self) -> HookType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for HookType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for HookType
[src]

fn eq(&self, __arg_0: &HookType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.