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_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
source§fn eq(&self, other: &HotkeyData) -> bool
fn eq(&self, other: &HotkeyData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)