pub struct ChartInputMap {
pub pan: PointerChord,
pub box_zoom: PointerChord,
pub box_zoom_alt: Option<PointerChord>,
pub box_zoom_cancel: Option<PointerChord>,
pub brush_select: PointerChord,
pub box_zoom_expand_x: Option<ModifierKey>,
pub box_zoom_expand_y: Option<ModifierKey>,
pub wheel_zoom_mod: Option<ModifierKey>,
pub axis_lock_toggle: PointerChord,
}Fields§
§pan: PointerChord§box_zoom: PointerChord§box_zoom_alt: Option<PointerChord>§box_zoom_cancel: Option<PointerChord>§brush_select: PointerChord§box_zoom_expand_x: Option<ModifierKey>§box_zoom_expand_y: Option<ModifierKey>§wheel_zoom_mod: Option<ModifierKey>§axis_lock_toggle: PointerChordTrait Implementations§
Source§impl Clone for ChartInputMap
impl Clone for ChartInputMap
Source§fn clone(&self) -> ChartInputMap
fn clone(&self) -> ChartInputMap
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 ChartInputMap
impl Debug for ChartInputMap
Source§impl Default for ChartInputMap
impl Default for ChartInputMap
Source§impl PartialEq for ChartInputMap
impl PartialEq for ChartInputMap
impl Copy for ChartInputMap
impl Eq for ChartInputMap
impl StructuralPartialEq for ChartInputMap
Auto Trait Implementations§
impl Freeze for ChartInputMap
impl RefUnwindSafe for ChartInputMap
impl Send for ChartInputMap
impl Sync for ChartInputMap
impl Unpin for ChartInputMap
impl UnsafeUnpin for ChartInputMap
impl UnwindSafe for ChartInputMap
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