enumstd.os.uefi.device_path.DevicePath.Messaging.UartDevicePath.StopBits[src]

Fields

default = 0
one = 1
one_and_a_half = 2
two = 3
_

Source Code

Source code
pub const StopBits = enum(u8) {
    default = 0,
    one = 1,
    one_and_a_half = 2,
    two = 3,
    _,
}