Struct arcdps::extras::keybinds::RawKeybind
source · #[repr(C)]pub struct RawKeybind {
pub primary: RawKey,
pub secondary: RawKey,
}
Expand description
Raw keybind.
Fields§
§primary: RawKey
Primary keybind.
secondary: RawKey
Secondary keybind.
Trait Implementations§
source§impl Clone for RawKeybind
impl Clone for RawKeybind
source§fn clone(&self) -> RawKeybind
fn clone(&self) -> RawKeybind
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 RawKeybind
impl Debug for RawKeybind
source§impl<'de> Deserialize<'de> for RawKeybind
impl<'de> Deserialize<'de> for RawKeybind
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<RawKeybind> for Keybind
impl From<RawKeybind> for Keybind
source§fn from(raw: RawKeybind) -> Self
fn from(raw: RawKeybind) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RawKeybind
impl RefUnwindSafe for RawKeybind
impl Send for RawKeybind
impl Sync for RawKeybind
impl Unpin for RawKeybind
impl UnwindSafe for RawKeybind
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
)