#[repr(C)]pub struct ImPlotInputMap {
pub PanButton: ImGuiMouseButton,
pub PanMod: ImGuiKeyModFlags,
pub FitButton: ImGuiMouseButton,
pub ContextMenuButton: ImGuiMouseButton,
pub BoxSelectButton: ImGuiMouseButton,
pub BoxSelectMod: ImGuiKeyModFlags,
pub BoxSelectCancelButton: ImGuiMouseButton,
pub QueryButton: ImGuiMouseButton,
pub QueryMod: ImGuiKeyModFlags,
pub QueryToggleMod: ImGuiKeyModFlags,
pub HorizontalMod: ImGuiKeyModFlags,
pub VerticalMod: ImGuiKeyModFlags,
}
Fields§
§PanButton: ImGuiMouseButton
§PanMod: ImGuiKeyModFlags
§FitButton: ImGuiMouseButton
§ContextMenuButton: ImGuiMouseButton
§BoxSelectButton: ImGuiMouseButton
§BoxSelectMod: ImGuiKeyModFlags
§BoxSelectCancelButton: ImGuiMouseButton
§QueryButton: ImGuiMouseButton
§QueryMod: ImGuiKeyModFlags
§QueryToggleMod: ImGuiKeyModFlags
§HorizontalMod: ImGuiKeyModFlags
§VerticalMod: ImGuiKeyModFlags
Trait Implementations§
Source§impl Clone for ImPlotInputMap
impl Clone for ImPlotInputMap
Source§fn clone(&self) -> ImPlotInputMap
fn clone(&self) -> ImPlotInputMap
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 ImPlotInputMap
impl Debug for ImPlotInputMap
impl Copy for ImPlotInputMap
Auto Trait Implementations§
impl Freeze for ImPlotInputMap
impl RefUnwindSafe for ImPlotInputMap
impl Send for ImPlotInputMap
impl Sync for ImPlotInputMap
impl Unpin for ImPlotInputMap
impl UnwindSafe for ImPlotInputMap
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