Struct adapton::macros::ProgPt [] [src]

pub struct ProgPt {
    pub symbol: &'static str,
}

Program points: used by the Adapton engine to distinguish different memoized functions.

Fields

Trait Implementations

impl PartialEq for ProgPt
[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 ProgPt
[src]

impl Clone for ProgPt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ProgPt
[src]

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

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

impl Debug for ProgPt
[src]

Formats the value using the given formatter.