Struct vcd::IdCode
[−]
[src]
pub struct IdCode(_);
An ID used within the file to refer to a particular variable.
Trait Implementations
impl Debug for IdCode[src]
impl Copy for IdCode[src]
impl Clone for IdCode[src]
fn clone(&self) -> IdCode
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 IdCode[src]
impl PartialEq for IdCode[src]
fn eq(&self, __arg_0: &IdCode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IdCode) -> bool
This method tests for !=.
impl Hash for IdCode[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl FromStr for IdCode[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>
Parses a string s to return a value of this type. Read more