Enum rust_hdl_core::ast::Verilog [−][src]
pub enum Verilog {
Empty,
Combinatorial(VerilogBlock),
Custom(String),
Blackbox(BlackBox),
Wrapper(Wrapper),
}
Variants
Combinatorial(VerilogBlock)
Tuple Fields of Combinatorial
0: VerilogBlock
Custom(String)
Tuple Fields of Custom
0: String
Blackbox(BlackBox)
Tuple Fields of Blackbox
0: BlackBox
Wrapper(Wrapper)
Tuple Fields of Wrapper
0: Wrapper
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Verilog
impl UnwindSafe for Verilog
Blanket Implementations
Mutably borrows from an owned value. Read more