pub struct VivadoOutputTimingConstraint {
pub delay_nanoseconds: f64,
pub clock: String,
}
Fields§
§delay_nanoseconds: f64
§clock: String
Trait Implementations§
source§impl Clone for VivadoOutputTimingConstraint
impl Clone for VivadoOutputTimingConstraint
source§fn clone(&self) -> VivadoOutputTimingConstraint
fn clone(&self) -> VivadoOutputTimingConstraint
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