[][src]Enum korg_nano_kontrol_2::Strip

#[repr(u8)]
pub enum Strip {
    A,
    B,
    C,
    D,
    E,
    F,
    G,
    H,
}

The controls on the nano kontrol 2 is a strip of 8.

Variants

A
B
C
D
E
F
G
H

Trait Implementations

impl Clone for Strip[src]

impl PartialOrd<Strip> for Strip[src]

impl Copy for Strip[src]

impl Eq for Strip[src]

impl Ord for Strip[src]

impl PartialEq<Strip> for Strip[src]

impl Debug for Strip[src]

impl Hash for Strip[src]

Auto Trait Implementations

impl Send for Strip

impl Sync for Strip

impl Unpin for Strip

impl RefUnwindSafe for Strip

impl UnwindSafe for Strip

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]