#[repr(u8)]pub enum AutoTuneEn {
AUTOTUNE_B = 0,
AUTO_TUNE_A = 1,
}Variants§
Implementations§
Source§impl AutoTuneEn
impl AutoTuneEn
Trait Implementations§
Source§impl Clone for AutoTuneEn
impl Clone for AutoTuneEn
Source§fn clone(&self) -> AutoTuneEn
fn clone(&self) -> AutoTuneEn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutoTuneEn
impl Debug for AutoTuneEn
Source§impl From<AutoTuneEn> for u8
impl From<AutoTuneEn> for u8
Source§fn from(val: AutoTuneEn) -> u8
fn from(val: AutoTuneEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AutoTuneEn
impl From<u8> for AutoTuneEn
Source§fn from(val: u8) -> AutoTuneEn
fn from(val: u8) -> AutoTuneEn
Converts to this type from the input type.
Source§impl Ord for AutoTuneEn
impl Ord for AutoTuneEn
Source§fn cmp(&self, other: &AutoTuneEn) -> Ordering
fn cmp(&self, other: &AutoTuneEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AutoTuneEn
impl PartialEq for AutoTuneEn
Source§impl PartialOrd for AutoTuneEn
impl PartialOrd for AutoTuneEn
impl Copy for AutoTuneEn
impl Eq for AutoTuneEn
impl StructuralPartialEq for AutoTuneEn
Auto Trait Implementations§
impl Freeze for AutoTuneEn
impl RefUnwindSafe for AutoTuneEn
impl Send for AutoTuneEn
impl Sync for AutoTuneEn
impl Unpin for AutoTuneEn
impl UnwindSafe for AutoTuneEn
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