#[repr(C)]pub struct UserEventMapping {
pub eventID: BSFixedString,
pub inputKey: u16,
pub modifier: u16,
pub indexInContext: i8,
pub remappable: bool,
pub linked: bool,
pub userEventGroupFlag: USER_EVENT_FLAG,
pub pad14: u32,
}
Fields§
§eventID: BSFixedString
§inputKey: u16
§modifier: u16
§indexInContext: i8
§remappable: bool
§linked: bool
§userEventGroupFlag: USER_EVENT_FLAG
§pad14: u32
Trait Implementations§
Source§impl Clone for UserEventMapping
impl Clone for UserEventMapping
Source§fn clone(&self) -> UserEventMapping
fn clone(&self) -> UserEventMapping
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 moreAuto Trait Implementations§
impl Freeze for UserEventMapping
impl RefUnwindSafe for UserEventMapping
impl !Send for UserEventMapping
impl !Sync for UserEventMapping
impl Unpin for UserEventMapping
impl UnwindSafe for UserEventMapping
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