Struct demes::TimeInterval
source · pub struct TimeInterval { /* private fields */ }Expand description
A half-open time interval [present, past).
Implementations§
source§impl TimeInterval
impl TimeInterval
Trait Implementations§
source§impl Clone for TimeInterval
impl Clone for TimeInterval
source§fn clone(&self) -> TimeInterval
fn clone(&self) -> TimeInterval
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