pub struct CustomButtonMap { /* private fields */ }Expand description
A mapping for custom mouse buttons with platform-specific codes
Implementations§
Trait Implementations§
Source§impl Clone for CustomButtonMap
impl Clone for CustomButtonMap
Source§fn clone(&self) -> CustomButtonMap
fn clone(&self) -> CustomButtonMap
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 moreAuto Trait Implementations§
impl Freeze for CustomButtonMap
impl RefUnwindSafe for CustomButtonMap
impl Send for CustomButtonMap
impl Sync for CustomButtonMap
impl Unpin for CustomButtonMap
impl UnwindSafe for CustomButtonMap
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