pub enum PlotMsg {
Clicked(usize),
Drag(Vec2),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlotMsg
impl RefUnwindSafe for PlotMsg
impl Send for PlotMsg
impl Sync for PlotMsg
impl Unpin for PlotMsg
impl UnwindSafe for PlotMsg
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