Enum citra_scripting::RequestType[][src]

pub enum RequestType {
    ReadMemory,
    WriteMemory,
}

Different request types that can be sent.

Variants

A request to read from a memory region.

A request to write to a memory region.

Trait Implementations

impl Copy for RequestType
[src]

impl Clone for RequestType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RequestType

impl Sync for RequestType