pub struct ClipViewState {
pub focus: ClipViewFocus,
pub fx_panel_tab: FxPanelTab,
pub clip_tab: ClipTab,
pub piano_roll: PianoRollState,
pub fx_cursor: usize,
pub synth_param_cursor: usize,
pub inst_config_cursor: usize,
}Fields§
§focus: ClipViewFocus§fx_panel_tab: FxPanelTab§clip_tab: ClipTab§piano_roll: PianoRollState§fx_cursor: usize§synth_param_cursor: usize§inst_config_cursor: usizeCursor position within the inst config panel.
Implementations§
Source§impl ClipViewState
impl ClipViewState
Trait Implementations§
Source§impl Debug for ClipViewState
impl Debug for ClipViewState
Auto Trait Implementations§
impl Freeze for ClipViewState
impl RefUnwindSafe for ClipViewState
impl Send for ClipViewState
impl Sync for ClipViewState
impl Unpin for ClipViewState
impl UnsafeUnpin for ClipViewState
impl UnwindSafe for ClipViewState
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