Struct classicube_sys::HotkeyData
source ·
[−]#[repr(C)]pub struct HotkeyData {
pub textIndex: c_int,
pub trigger: cc_uint8,
pub mods: cc_uint8,
pub flags: cc_uint8,
}Fields
textIndex: c_inttrigger: cc_uint8mods: cc_uint8flags: cc_uint8Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for HotkeyData
impl Send for HotkeyData
impl Sync for HotkeyData
impl Unpin for HotkeyData
impl UnwindSafe for HotkeyData
Blanket Implementations
Mutably borrows from an owned value. Read more
