Enum sv_parser_syntaxtree::specify_section::specify_path_delays::EdgeSensitivePathDeclaration
source · [−]pub enum EdgeSensitivePathDeclaration {
Parallel(Box<EdgeSensitivePathDeclarationParallel>),
Full(Box<EdgeSensitivePathDeclarationFull>),
}Variants
Parallel(Box<EdgeSensitivePathDeclarationParallel>)
Full(Box<EdgeSensitivePathDeclarationFull>)
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 Send for EdgeSensitivePathDeclaration
impl Sync for EdgeSensitivePathDeclaration
impl Unpin for EdgeSensitivePathDeclaration
impl UnwindSafe for EdgeSensitivePathDeclaration
Blanket Implementations
Mutably borrows from an owned value. Read more