pub enum TransportElement {
Bpm,
Record,
Loop,
Metronome,
}Expand description
Navigable elements in the transport bar.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TransportElement
impl Clone for TransportElement
Source§fn clone(&self) -> TransportElement
fn clone(&self) -> TransportElement
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 TransportElement
impl Debug for TransportElement
Source§impl PartialEq for TransportElement
impl PartialEq for TransportElement
impl Copy for TransportElement
impl Eq for TransportElement
impl StructuralPartialEq for TransportElement
Auto Trait Implementations§
impl Freeze for TransportElement
impl RefUnwindSafe for TransportElement
impl Send for TransportElement
impl Sync for TransportElement
impl Unpin for TransportElement
impl UnsafeUnpin for TransportElement
impl UnwindSafe for TransportElement
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