Struct cpp_demangle::Symbol [] [src]

pub struct Symbol<T> { /* fields omitted */ }

TODO FITZGEN

Methods

impl<T> Symbol<T> where T: AsRef<[u8]>
[src]

TODO FITZGEN

Trait Implementations

impl<T: Clone> Clone for Symbol<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Symbol<T>
[src]

Formats the value using the given formatter.

impl<T: Hash> Hash for Symbol<T>
[src]

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

Feeds a slice of this type into the state provided.

impl<T: PartialEq> PartialEq for Symbol<T>
[src]

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

This method tests for !=.

impl<T: Eq> Eq for Symbol<T>
[src]