Enum rust_hdl_core::constraint::TimingRelative
source · pub enum TimingRelative {
Before,
After,
}
Variants§
Trait Implementations§
source§impl Clone for TimingRelative
impl Clone for TimingRelative
source§fn clone(&self) -> TimingRelative
fn clone(&self) -> TimingRelative
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