pub struct LimSet {
pub transient_time: f64,
pub sample_interval: f64,
pub num_samples: usize,
}Expand description
Limit set ω(x) approximated by the tail of a long orbit.
Fields§
§transient_time: f64How long to integrate before sampling
sample_interval: f64Sampling interval
num_samples: usizeNumber of samples
Implementations§
Auto Trait Implementations§
impl Freeze for LimSet
impl RefUnwindSafe for LimSet
impl Send for LimSet
impl Sync for LimSet
impl Unpin for LimSet
impl UnsafeUnpin for LimSet
impl UnwindSafe for LimSet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more