Enum unicorn::unicorn_const::MemType [] [src]

pub enum MemType {
    READ,
    WRITE,
    FETCH,
    READ_UNMAPPED,
    WRITE_UNMAPPED,
    MEM_FETCH_UNMAPPED,
    WRITE_PROT,
    READ_PROT,
    FETCH_PROT,
}

Variants

READWRITEFETCHREAD_UNMAPPEDWRITE_UNMAPPEDMEM_FETCH_UNMAPPEDWRITE_PROTREAD_PROTFETCH_PROT

Trait Implementations

impl Clone for MemType
[src]

fn clone(&self) -> MemType

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 MemType
[src]

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

Formats the value using the given formatter.