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