pub enum OrganModel {
B3,
Vox,
Farfisa,
Pipe,
}Expand description
The Electro 5’s four organ models. (B3-bass shares the B3 storage slots, so it isn’t a separate model here.)
Variants§
Trait Implementations§
Source§impl Clone for OrganModel
impl Clone for OrganModel
Source§fn clone(&self) -> OrganModel
fn clone(&self) -> OrganModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OrganModel
Source§impl Debug for OrganModel
impl Debug for OrganModel
impl Eq for OrganModel
Source§impl PartialEq for OrganModel
impl PartialEq for OrganModel
impl StructuralPartialEq for OrganModel
Auto Trait Implementations§
impl Freeze for OrganModel
impl RefUnwindSafe for OrganModel
impl Send for OrganModel
impl Sync for OrganModel
impl Unpin for OrganModel
impl UnsafeUnpin for OrganModel
impl UnwindSafe for OrganModel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.