[][src]Enum unicorn::HookType

#[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

INTRINSNCODEBLOCKMEM_READ_UNMAPPEDMEM_WRITE_UNMAPPEDMEM_FETCH_UNMAPPEDMEM_READ_PROTMEM_WRITE_PROTMEM_FETCH_PROTMEM_READMEM_WRITEMEM_FETCH

Trait Implementations

impl PartialEq<HookType> for HookType[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Debug for HookType[src]

impl Clone for HookType[src]

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

Performs copy-assignment from source. Read more

impl Copy for HookType[src]

Auto Trait Implementations

impl Send for HookType

impl Sync for HookType

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]