pub enum FxPanelTab {
TrackFx,
Synth,
}Expand description
Tab in the FX panel (left side of clip view).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FxPanelTab
impl Clone for FxPanelTab
Source§fn clone(&self) -> FxPanelTab
fn clone(&self) -> FxPanelTab
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 FxPanelTab
impl Debug for FxPanelTab
Source§impl PartialEq for FxPanelTab
impl PartialEq for FxPanelTab
impl Copy for FxPanelTab
impl Eq for FxPanelTab
impl StructuralPartialEq for FxPanelTab
Auto Trait Implementations§
impl Freeze for FxPanelTab
impl RefUnwindSafe for FxPanelTab
impl Send for FxPanelTab
impl Sync for FxPanelTab
impl Unpin for FxPanelTab
impl UnsafeUnpin for FxPanelTab
impl UnwindSafe for FxPanelTab
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