Enum keystone::keystone_const::OptionType [] [src]

pub enum OptionType {
    SYNTAX,
    MAX,
}

Variants

Methods

impl OptionType
[src]

Trait Implementations

impl Debug for OptionType
[src]

Formats the value using the given formatter.

impl PartialEq for OptionType
[src]

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

This method tests for !=.

impl Clone for OptionType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OptionType
[src]