default = 0
one = 1
one_and_a_half = 2
two = 3
_
pub const StopBits = enum(u8) { default = 0, one = 1, one_and_a_half = 2, two = 3, _, }
Press escape to exit search and then '?' to see more options.