pub struct KeyOverlay {
pub key_1: Key,
pub key_2: Key,
pub mouse_1: Key,
pub mouse_2: Key,
}Fields§
§key_1: Key§key_2: Key§mouse_1: Key§mouse_2: KeyTrait Implementations§
Source§impl Clone for KeyOverlay
impl Clone for KeyOverlay
Source§fn clone(&self) -> KeyOverlay
fn clone(&self) -> KeyOverlay
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 moreSource§impl Debug for KeyOverlay
impl Debug for KeyOverlay
impl Copy for KeyOverlay
Auto Trait Implementations§
impl Freeze for KeyOverlay
impl RefUnwindSafe for KeyOverlay
impl Send for KeyOverlay
impl Sync for KeyOverlay
impl Unpin for KeyOverlay
impl UnwindSafe for KeyOverlay
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