Enum rust_hdl_core::constraint::Constraint
source · pub enum Constraint {
Location(String),
Kind(SignalType),
Timing(Timing),
Custom(String),
Slew(SlewType),
}
Variants§
Trait Implementations§
source§impl Clone for Constraint
impl Clone for Constraint
source§fn clone(&self) -> Constraint
fn clone(&self) -> Constraint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more