pub enum ClipTab {
InstConfig,
PianoRoll,
Settings,
Sequencer,
}Expand description
Tab in the piano roll / clip area (right side of clip view).
Variants§
InstConfig
PianoRoll
Settings
Sequencer
The step grid. Only reachable on a track that has a sequencer on it —
ClipTab::next steps over it everywhere else, and the tab strip
leaves it out.
Implementations§
Trait Implementations§
impl Copy for ClipTab
impl Eq for ClipTab
impl StructuralPartialEq for ClipTab
Auto Trait Implementations§
impl Freeze for ClipTab
impl RefUnwindSafe for ClipTab
impl Send for ClipTab
impl Sync for ClipTab
impl Unpin for ClipTab
impl UnsafeUnpin for ClipTab
impl UnwindSafe for ClipTab
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