Enum vcd::ScopeType
[−]
[src]
pub enum ScopeType {
Module,
Task,
Function,
Begin,
Fork,
}A type of scope, as used in the $scope command
Variants
ModuleTaskFunctionBeginForkTrait Implementations
impl Debug for ScopeType[src]
impl Copy for ScopeType[src]
impl Clone for ScopeType[src]
fn clone(&self) -> ScopeType
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 ScopeType[src]
impl PartialEq for ScopeType[src]
fn eq(&self, __arg_0: &ScopeType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl FromStr for ScopeType[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