Enum goxlr_profile_loader::components::pitch::PitchStyle
source · [−]pub enum PitchStyle {
Narrow,
Wide,
}
Variants
Narrow
Wide
Trait Implementations
sourceimpl Clone for PitchStyle
impl Clone for PitchStyle
sourcefn clone(&self) -> PitchStyle
fn clone(&self) -> PitchStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PitchStyle
impl Debug for PitchStyle
sourceimpl Default for PitchStyle
impl Default for PitchStyle
sourceimpl Enum for PitchStyle
impl Enum for PitchStyle
sourcefn from_usize(value: usize) -> Self
fn from_usize(value: usize) -> Self
Takes an usize, and returns an element matching into_usize
function.
sourcefn into_usize(self) -> usize
fn into_usize(self) -> usize
Returns an unique identifier for a value within range of 0..Array::LENGTH
.
sourceimpl<V> EnumArray<V> for PitchStyle
impl<V> EnumArray<V> for PitchStyle
sourceimpl EnumProperty for PitchStyle
impl EnumProperty for PitchStyle
sourceimpl IntoEnumIterator for PitchStyle
impl IntoEnumIterator for PitchStyle
type Iterator = PitchStyleIter
fn iter() -> PitchStyleIterⓘNotable traits for PitchStyleIterimpl Iterator for PitchStyleIter type Item = PitchStyle;
sourceimpl PartialEq<PitchStyle> for PitchStyle
impl PartialEq<PitchStyle> for PitchStyle
impl Copy for PitchStyle
impl StructuralPartialEq for PitchStyle
Auto Trait Implementations
impl RefUnwindSafe for PitchStyle
impl Send for PitchStyle
impl Sync for PitchStyle
impl Unpin for PitchStyle
impl UnwindSafe for PitchStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more