#[repr(u32)]
pub enum OpenWareMidiControl {
Show 58 variants PATCH_PARAMETER_A, PATCH_PARAMETER_B, PATCH_PARAMETER_C, PATCH_PARAMETER_D, PATCH_PARAMETER_E, PATCH_PARAMETER_F, PATCH_PARAMETER_G, PATCH_PARAMETER_H, PATCH_BUTTON, PATCH_CONTROL, PATCH_BUTTON_ON, PATCH_BUTTON_OFF, LED, LEFT_INPUT_GAIN, RIGHT_INPUT_GAIN, LEFT_OUTPUT_GAIN, RIGHT_OUTPUT_GAIN, LEFT_INPUT_MUTE, RIGHT_INPUT_MUTE, LEFT_OUTPUT_MUTE, RIGHT_OUTPUT_MUTE, BYPASS, REQUEST_SETTINGS, SAVE_SETTINGS, FACTORY_RESET, DEVICE_STATUS, PATCH_PARAMETER_AA, PATCH_PARAMETER_AB, PATCH_PARAMETER_AC, PATCH_PARAMETER_AD, PATCH_PARAMETER_AE, PATCH_PARAMETER_AF, PATCH_PARAMETER_AG, PATCH_PARAMETER_AH, PATCH_PARAMETER_BA, PATCH_PARAMETER_BB, PATCH_PARAMETER_BC, PATCH_PARAMETER_BD, PATCH_PARAMETER_BE, PATCH_PARAMETER_BF, PATCH_PARAMETER_BG, PATCH_PARAMETER_BH, PATCH_PARAMETER_CA, PATCH_PARAMETER_CB, PATCH_PARAMETER_CC, PATCH_PARAMETER_CD, PATCH_PARAMETER_CE, PATCH_PARAMETER_CF, PATCH_PARAMETER_CG, PATCH_PARAMETER_CH, PATCH_PARAMETER_DA, PATCH_PARAMETER_DB, PATCH_PARAMETER_DC, PATCH_PARAMETER_DD, PATCH_PARAMETER_DE, PATCH_PARAMETER_DF, PATCH_PARAMETER_DG, PATCH_PARAMETER_DH,
}

Variants

PATCH_PARAMETER_A

PATCH_PARAMETER_B

PATCH_PARAMETER_C

PATCH_PARAMETER_D

PATCH_PARAMETER_E

PATCH_PARAMETER_F

PATCH_PARAMETER_G

PATCH_PARAMETER_H

PATCH_BUTTON

PATCH_CONTROL

PATCH_BUTTON_ON

PATCH_BUTTON_OFF

LED

LEFT_INPUT_GAIN

RIGHT_INPUT_GAIN

LEFT_OUTPUT_GAIN

RIGHT_OUTPUT_GAIN

LEFT_INPUT_MUTE

RIGHT_INPUT_MUTE

LEFT_OUTPUT_MUTE

RIGHT_OUTPUT_MUTE

BYPASS

REQUEST_SETTINGS

SAVE_SETTINGS

FACTORY_RESET

DEVICE_STATUS

PATCH_PARAMETER_AA

PATCH_PARAMETER_AB

PATCH_PARAMETER_AC

PATCH_PARAMETER_AD

PATCH_PARAMETER_AE

PATCH_PARAMETER_AF

PATCH_PARAMETER_AG

PATCH_PARAMETER_AH

PATCH_PARAMETER_BA

PATCH_PARAMETER_BB

PATCH_PARAMETER_BC

PATCH_PARAMETER_BD

PATCH_PARAMETER_BE

PATCH_PARAMETER_BF

PATCH_PARAMETER_BG

PATCH_PARAMETER_BH

PATCH_PARAMETER_CA

PATCH_PARAMETER_CB

PATCH_PARAMETER_CC

PATCH_PARAMETER_CD

PATCH_PARAMETER_CE

PATCH_PARAMETER_CF

PATCH_PARAMETER_CG

PATCH_PARAMETER_CH

PATCH_PARAMETER_DA

PATCH_PARAMETER_DB

PATCH_PARAMETER_DC

PATCH_PARAMETER_DD

PATCH_PARAMETER_DE

PATCH_PARAMETER_DF

PATCH_PARAMETER_DG

PATCH_PARAMETER_DH

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Converts an i64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an isize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an i128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a usize to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u8 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u16 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts an u128 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a f32 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Converts a f64 to return an optional value of this type. If the value cannot be represented by this type, then None is returned. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.