struct 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
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,
}