Struct derbyjson::Timer [] [src]

pub struct Timer {
    pub duration: u16,
    pub counts_down: bool,
    pub running: bool,
}

Fields