Enum goxlr_profile_loader::components::echo::EchoStyle
source · [−]pub enum EchoStyle {
Quarter,
Eighth,
Triplet,
PingPong,
ClassicSlap,
MultiTap,
}
Variants
Quarter
Eighth
Triplet
PingPong
ClassicSlap
MultiTap
Trait Implementations
sourceimpl Enum for EchoStyle
impl Enum for EchoStyle
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 IntoEnumIterator for EchoStyle
impl IntoEnumIterator for EchoStyle
type Iterator = EchoStyleIter
fn iter() -> EchoStyleIterⓘNotable traits for EchoStyleIterimpl Iterator for EchoStyleIter type Item = EchoStyle;
Auto Trait Implementations
impl RefUnwindSafe for EchoStyle
impl Send for EchoStyle
impl Sync for EchoStyle
impl Unpin for EchoStyle
impl UnwindSafe for EchoStyle
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