#[repr(C)]pub struct _tagEOS_UI_SetToggleFriendsKeyOptions {
pub ApiVersion: i32,
pub KeyCombination: EOS_UI_EKeyCombination,
}Expand description
Input parameters for the EOS_UI_SetToggleFriendsKey function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_UI_SETTOGGLEFRIENDSKEY_API_LATEST.
KeyCombination: EOS_UI_EKeyCombinationThe new key combination which will be used to toggle the friends overlay. The combination can be any set of modifiers and one key. A value of EOS_UIK_None will cause the key to revert to the default.
Trait Implementations§
Source§impl Clone for _tagEOS_UI_SetToggleFriendsKeyOptions
impl Clone for _tagEOS_UI_SetToggleFriendsKeyOptions
Source§fn clone(&self) -> _tagEOS_UI_SetToggleFriendsKeyOptions
fn clone(&self) -> _tagEOS_UI_SetToggleFriendsKeyOptions
Returns a duplicate 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 moreimpl Copy for _tagEOS_UI_SetToggleFriendsKeyOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_UI_SetToggleFriendsKeyOptions
impl RefUnwindSafe for _tagEOS_UI_SetToggleFriendsKeyOptions
impl Send for _tagEOS_UI_SetToggleFriendsKeyOptions
impl Sync for _tagEOS_UI_SetToggleFriendsKeyOptions
impl Unpin for _tagEOS_UI_SetToggleFriendsKeyOptions
impl UnsafeUnpin for _tagEOS_UI_SetToggleFriendsKeyOptions
impl UnwindSafe for _tagEOS_UI_SetToggleFriendsKeyOptions
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