Enum sv_parser_syntaxtree::source_text::system_verilog_source_text::TimeunitsDeclaration
source · [−]pub enum TimeunitsDeclaration {
Timeunit(Box<TimeunitsDeclarationTimeunit>),
Timeprecision(Box<TimeunitsDeclarationTimeprecision>),
TimeunitTimeprecision(Box<TimeunitsDeclarationTimeunitTimeprecision>),
TimeprecisionTimeunit(Box<TimeunitsDeclarationTimeprecisionTimeunit>),
}Variants
Timeunit(Box<TimeunitsDeclarationTimeunit>)
Timeprecision(Box<TimeunitsDeclarationTimeprecision>)
TimeunitTimeprecision(Box<TimeunitsDeclarationTimeunitTimeprecision>)
TimeprecisionTimeunit(Box<TimeunitsDeclarationTimeprecisionTimeunit>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TimeunitsDeclaration
impl Send for TimeunitsDeclaration
impl Sync for TimeunitsDeclaration
impl Unpin for TimeunitsDeclaration
impl UnwindSafe for TimeunitsDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more