#[repr(u8)]pub enum RetuningMode {
RETUNING_MODE_0 = 0,
RETUNING_MODE_1 = 1,
RETUNING_MODE_2 = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Source§impl RetuningMode
impl RetuningMode
Trait Implementations§
Source§impl Clone for RetuningMode
impl Clone for RetuningMode
Source§fn clone(&self) -> RetuningMode
fn clone(&self) -> RetuningMode
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 RetuningMode
impl Debug for RetuningMode
Source§impl From<RetuningMode> for u8
impl From<RetuningMode> for u8
Source§fn from(val: RetuningMode) -> u8
fn from(val: RetuningMode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RetuningMode
impl From<u8> for RetuningMode
Source§fn from(val: u8) -> RetuningMode
fn from(val: u8) -> RetuningMode
Converts to this type from the input type.
Source§impl Ord for RetuningMode
impl Ord for RetuningMode
Source§fn cmp(&self, other: &RetuningMode) -> Ordering
fn cmp(&self, other: &RetuningMode) -> 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 RetuningMode
impl PartialEq for RetuningMode
Source§impl PartialOrd for RetuningMode
impl PartialOrd for RetuningMode
impl Copy for RetuningMode
impl Eq for RetuningMode
impl StructuralPartialEq for RetuningMode
Auto Trait Implementations§
impl Freeze for RetuningMode
impl RefUnwindSafe for RetuningMode
impl Send for RetuningMode
impl Sync for RetuningMode
impl Unpin for RetuningMode
impl UnwindSafe for RetuningMode
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