Enum prolog_parser::ast::RegType[][src]

pub enum RegType {
    Perm(usize),
    Temp(usize),
}

Variants

Methods

impl RegType
[src]

Trait Implementations

impl Clone for RegType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RegType
[src]

impl PartialEq for RegType
[src]

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

This method tests for !=.

impl Eq for RegType
[src]

impl Hash for RegType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for RegType
[src]

Returns the "default value" for a type. Read more

impl Display for RegType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RegType

impl Sync for RegType