structstd.os.uefi.protocol.simple_text_input_ex.SimpleTextInputEx.Key.State.Toggle[src]

Fields

scroll_lock_active: bool
num_lock_active: bool
caps_lock_active: bool
_pad: u3 = 0
key_state_exposed: bool
toggle_state_valid: bool

Source Code

Source code
pub const Toggle = packed struct(u8) {
    scroll_lock_active: bool,
    num_lock_active: bool,
    caps_lock_active: bool,
    _pad: u3 = 0,
    key_state_exposed: bool,
    toggle_state_valid: bool,
}