pub struct KeyChord(/* private fields */);
Expand description
This is an ImGuiKey plus several ImGuiMods.
Functions that use a KeyChord
usually get a impl Into<KeyChord>
. That is
implemented also for Key
and (KeyMod, Key)
.
Implementations§
Trait Implementations§
impl Copy for KeyChord
impl Eq for KeyChord
impl StructuralPartialEq for KeyChord
Auto Trait Implementations§
impl Freeze for KeyChord
impl RefUnwindSafe for KeyChord
impl Send for KeyChord
impl Sync for KeyChord
impl Unpin for KeyChord
impl UnwindSafe for KeyChord
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