Struct rust_hdl_core::constraint::FalsePathRegexp
source · pub struct FalsePathRegexp {
pub from_regexp: String,
pub to_regexp: String,
}
Fields§
§from_regexp: String
§to_regexp: String
Trait Implementations§
source§impl Clone for FalsePathRegexp
impl Clone for FalsePathRegexp
source§fn clone(&self) -> FalsePathRegexp
fn clone(&self) -> FalsePathRegexp
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