Struct arcdps::extras::keybinds::RawKeybindChange
source · #[repr(C)]pub struct RawKeybindChange {
pub control: Control,
pub index: i32,
pub key: RawKey,
}
Expand description
Raw keybind change.
Fields§
§control: Control
Game control which changed.
index: i32
Index in settings.
key: RawKey
New key.
Trait Implementations§
source§impl Clone for RawKeybindChange
impl Clone for RawKeybindChange
source§fn clone(&self) -> RawKeybindChange
fn clone(&self) -> RawKeybindChange
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 RawKeybindChange
impl Debug for RawKeybindChange
source§impl<'de> Deserialize<'de> for RawKeybindChange
impl<'de> Deserialize<'de> for RawKeybindChange
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<RawKeybindChange> for KeybindChange
impl From<RawKeybindChange> for KeybindChange
source§fn from(raw: RawKeybindChange) -> Self
fn from(raw: RawKeybindChange) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RawKeybindChange
impl RefUnwindSafe for RawKeybindChange
impl Send for RawKeybindChange
impl Sync for RawKeybindChange
impl Unpin for RawKeybindChange
impl UnwindSafe for RawKeybindChange
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§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
)