#[repr(u8)]pub enum TrimLockVal {
SIRC_NOT_LOCKED = 0,
SIRC_LOCKED = 1,
}Variants§
SIRC_NOT_LOCKED = 0
SIRC auto trim not locked to target frequency range.
SIRC_LOCKED = 1
SIRC auto trim locked to target frequency range.
Implementations§
Source§impl TrimLockVal
impl TrimLockVal
Trait Implementations§
Source§impl Clone for TrimLockVal
impl Clone for TrimLockVal
Source§fn clone(&self) -> TrimLockVal
fn clone(&self) -> TrimLockVal
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 TrimLockVal
impl Debug for TrimLockVal
Source§impl From<TrimLockVal> for u8
impl From<TrimLockVal> for u8
Source§fn from(val: TrimLockVal) -> u8
fn from(val: TrimLockVal) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TrimLockVal
impl From<u8> for TrimLockVal
Source§fn from(val: u8) -> TrimLockVal
fn from(val: u8) -> TrimLockVal
Converts to this type from the input type.
Source§impl Ord for TrimLockVal
impl Ord for TrimLockVal
Source§fn cmp(&self, other: &TrimLockVal) -> Ordering
fn cmp(&self, other: &TrimLockVal) -> 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 TrimLockVal
impl PartialEq for TrimLockVal
Source§impl PartialOrd for TrimLockVal
impl PartialOrd for TrimLockVal
impl Copy for TrimLockVal
impl Eq for TrimLockVal
impl StructuralPartialEq for TrimLockVal
Auto Trait Implementations§
impl Freeze for TrimLockVal
impl RefUnwindSafe for TrimLockVal
impl Send for TrimLockVal
impl Sync for TrimLockVal
impl Unpin for TrimLockVal
impl UnwindSafe for TrimLockVal
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