enum State [src]

Fields

stopped
started
initialized

Source

pub const State = enum(u32) { stopped, started, initialized, }