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