pub struct FxMenu {
pub open: bool,
pub cursor: usize,
}Expand description
FX menu state (opened when pressing Enter on fx button).
Fields§
§open: bool§cursor: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FxMenu
impl RefUnwindSafe for FxMenu
impl Send for FxMenu
impl Sync for FxMenu
impl Unpin for FxMenu
impl UnsafeUnpin for FxMenu
impl UnwindSafe for FxMenu
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