Enum rust_hdl::core::constraint::TimingRelativeEdge
source · pub enum TimingRelativeEdge {
Rising,
Falling,
}
Variants§
Trait Implementations§
source§impl Clone for TimingRelativeEdge
impl Clone for TimingRelativeEdge
source§fn clone(&self) -> TimingRelativeEdge
fn clone(&self) -> TimingRelativeEdge
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