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

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

Fields

symbol: &'static str

Trait Implementations

impl Hash for ProgPt
[src]

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

Feeds this value into the state given, updating the hasher as necessary.

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
1.3.0

Feeds a slice of this type into the state provided.

impl Clone for ProgPt
[src]

fn clone(&self) -> ProgPt

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

impl PartialEq for ProgPt
[src]

fn eq(&self, __arg_0: &ProgPt) -> bool

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

fn ne(&self, __arg_0: &ProgPt) -> bool

This method tests for !=.

impl Debug for ProgPt
[src]

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

Formats the value using the given formatter.