Enum moore_vhdl_syntax::ast::Sensitivity [−][src]
pub enum Sensitivity { All, List(Vec<CompoundName>), }
Variants
Tuple Fields of List
0: Vec<CompoundName>
Trait Implementations
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 Sensitivity
impl Send for Sensitivity
impl Sync for Sensitivity
impl Unpin for Sensitivity
impl UnwindSafe for Sensitivity
Blanket Implementations
Mutably borrows from an owned value. Read more