Enum libunicorn_sys::unicorn_const::HookType [] [src]

#[repr(C)]
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

Trait Implementations

impl PartialEq for HookType
[src]

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

This method tests for !=.

impl Debug for HookType
[src]

Formats the value using the given formatter.

impl Clone for HookType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HookType
[src]