Type Alias magick_rust::bindings::Timer

source ·
pub type Timer = _Timer;

Aliased Type§

struct Timer {
    pub start: f64,
    pub stop: f64,
    pub total: f64,
}

Fields§

§start: f64§stop: f64§total: f64