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