#[repr(u8)]pub enum PatchParameterId {
Show 40 variants
PARAMETER_A = 0,
PARAMETER_B = 1,
PARAMETER_C = 2,
PARAMETER_D = 3,
PARAMETER_E = 4,
PARAMETER_F = 5,
PARAMETER_G = 6,
PARAMETER_H = 7,
PARAMETER_AA = 8,
PARAMETER_AB = 9,
PARAMETER_AC = 10,
PARAMETER_AD = 11,
PARAMETER_AE = 12,
PARAMETER_AF = 13,
PARAMETER_AG = 14,
PARAMETER_AH = 15,
PARAMETER_BA = 16,
PARAMETER_BB = 17,
PARAMETER_BC = 18,
PARAMETER_BD = 19,
PARAMETER_BE = 20,
PARAMETER_BF = 21,
PARAMETER_BG = 22,
PARAMETER_BH = 23,
PARAMETER_CA = 24,
PARAMETER_CB = 25,
PARAMETER_CC = 26,
PARAMETER_CD = 27,
PARAMETER_CE = 28,
PARAMETER_CF = 29,
PARAMETER_CG = 30,
PARAMETER_CH = 31,
PARAMETER_DA = 32,
PARAMETER_DB = 33,
PARAMETER_DC = 34,
PARAMETER_DD = 35,
PARAMETER_DE = 36,
PARAMETER_DF = 37,
PARAMETER_DG = 38,
PARAMETER_DH = 39,
}Variants§
PARAMETER_A = 0
PARAMETER_B = 1
PARAMETER_C = 2
PARAMETER_D = 3
PARAMETER_E = 4
PARAMETER_F = 5
PARAMETER_G = 6
PARAMETER_H = 7
PARAMETER_AA = 8
PARAMETER_AB = 9
PARAMETER_AC = 10
PARAMETER_AD = 11
PARAMETER_AE = 12
PARAMETER_AF = 13
PARAMETER_AG = 14
PARAMETER_AH = 15
PARAMETER_BA = 16
PARAMETER_BB = 17
PARAMETER_BC = 18
PARAMETER_BD = 19
PARAMETER_BE = 20
PARAMETER_BF = 21
PARAMETER_BG = 22
PARAMETER_BH = 23
PARAMETER_CA = 24
PARAMETER_CB = 25
PARAMETER_CC = 26
PARAMETER_CD = 27
PARAMETER_CE = 28
PARAMETER_CF = 29
PARAMETER_CG = 30
PARAMETER_CH = 31
PARAMETER_DA = 32
PARAMETER_DB = 33
PARAMETER_DC = 34
PARAMETER_DD = 35
PARAMETER_DE = 36
PARAMETER_DF = 37
PARAMETER_DG = 38
PARAMETER_DH = 39
Trait Implementations§
Source§impl Clone for PatchParameterId
impl Clone for PatchParameterId
Source§fn clone(&self) -> PatchParameterId
fn clone(&self) -> PatchParameterId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PatchParameterId
Source§impl Debug for PatchParameterId
impl Debug for PatchParameterId
impl Eq for PatchParameterId
Source§impl FromPrimitive for PatchParameterId
impl FromPrimitive for PatchParameterId
Source§fn from_i64(n: i64) -> Option<Self>
fn from_i64(n: i64) -> Option<Self>
Converts an
i64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u64(n: u64) -> Option<Self>
fn from_u64(n: u64) -> Option<Self>
Converts an
u64 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_isize(n: isize) -> Option<Self>
fn from_isize(n: isize) -> Option<Self>
Converts an
isize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i8(n: i8) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
Converts an
i8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i16(n: i16) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
Converts an
i16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i32(n: i32) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
Converts an
i32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_i128(n: i128) -> Option<Self>
fn from_i128(n: i128) -> Option<Self>
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 moreSource§fn from_usize(n: usize) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
Converts a
usize to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u8(n: u8) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
Converts an
u8 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u16(n: u16) -> Option<Self>
fn from_u16(n: u16) -> Option<Self>
Converts an
u16 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u32(n: u32) -> Option<Self>
fn from_u32(n: u32) -> Option<Self>
Converts an
u32 to return an optional value of this type. If the
value cannot be represented by this type, then None is returned.Source§fn from_u128(n: u128) -> Option<Self>
fn from_u128(n: u128) -> Option<Self>
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 moreSource§impl Hash for PatchParameterId
impl Hash for PatchParameterId
Source§impl PartialEq for PatchParameterId
impl PartialEq for PatchParameterId
Source§fn eq(&self, other: &PatchParameterId) -> bool
fn eq(&self, other: &PatchParameterId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchParameterId
Auto Trait Implementations§
impl Freeze for PatchParameterId
impl RefUnwindSafe for PatchParameterId
impl Send for PatchParameterId
impl Sync for PatchParameterId
impl Unpin for PatchParameterId
impl UnsafeUnpin for PatchParameterId
impl UnwindSafe for PatchParameterId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
Source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
Source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ConvertFrom<T> for T
impl<T> ConvertFrom<T> for T
Source§fn convert_from(&mut self, value: T)
fn convert_from(&mut self, value: T)
Read from
other, converting into the correct formatSource§impl<A, B> ConvertTo<B> for Awhere
B: for<'a> ConvertFrom<&'a A>,
impl<A, B> ConvertTo<B> for Awhere
B: for<'a> ConvertFrom<&'a A>,
Source§fn convert_to(&self, other: &mut B)
fn convert_to(&self, other: &mut B)
Write to
other, converting into the correct formatSource§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
Source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
Source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
Source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
Source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
Source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
Source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
Source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
Source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
Source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.