#[repr(C)]pub struct HotkeyData {
pub textIndex: c_int,
pub trigger: cc_uint8,
pub mods: cc_uint8,
pub flags: cc_uint8,
}
Fields§
§textIndex: c_int
§trigger: cc_uint8
§mods: cc_uint8
§flags: cc_uint8
Trait Implementations§
Source§impl Clone for HotkeyData
impl Clone for HotkeyData
Source§fn clone(&self) -> HotkeyData
fn clone(&self) -> HotkeyData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HotkeyData
impl Debug for HotkeyData
Source§impl Hash for HotkeyData
impl Hash for HotkeyData
Source§impl PartialEq for HotkeyData
impl PartialEq for HotkeyData
impl Copy for HotkeyData
impl Eq for HotkeyData
impl StructuralPartialEq for HotkeyData
Auto Trait Implementations§
impl Freeze for HotkeyData
impl RefUnwindSafe for HotkeyData
impl Send for HotkeyData
impl Sync for HotkeyData
impl Unpin for HotkeyData
impl UnwindSafe for HotkeyData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more