Struct pyth_client::Ema [−][src]
#[repr(C)]pub struct Ema {
pub val: i64,
// some fields omitted
}
Expand description
An exponentially-weighted moving average.
Fields
val: i64
The current value of the EMA
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ema
impl UnwindSafe for Ema
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more