pub struct ChannelBitMap {
Show 16 fields pub channel_1: bool, pub channel_2: bool, pub channel_3: bool, pub channel_4: bool, pub channel_5: bool, pub channel_6: bool, pub channel_7: bool, pub channel_8: bool, pub channel_9: bool, pub channel_10: bool, pub channel_11: bool, pub channel_12: bool, pub channel_13: bool, pub channel_14: bool, pub channel_15: bool, pub channel_16: bool,
}
Expand description

The set of channels to apply this tuning message to. Used by ScaleTuning1Byte and ScaleTuning2Byte.

Fields

channel_1: boolchannel_2: boolchannel_3: boolchannel_4: boolchannel_5: boolchannel_6: boolchannel_7: boolchannel_8: boolchannel_9: boolchannel_10: boolchannel_11: boolchannel_12: boolchannel_13: boolchannel_14: boolchannel_15: boolchannel_16: bool

Implementations

All channels set

No channels set

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
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

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
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.