/// pub struct Thread { /// empty: i8 } impl Thread { /// pub fn new() -> Thread { Thread { empty: 0 } } }