#[repr(u8)]pub enum TrimLock {
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 Ord for TrimLock
impl Ord for TrimLock
Source§impl PartialOrd for TrimLock
impl PartialOrd for TrimLock
impl Copy for TrimLock
impl Eq for TrimLock
impl StructuralPartialEq for TrimLock
Auto Trait Implementations§
impl Freeze for TrimLock
impl RefUnwindSafe for TrimLock
impl Send for TrimLock
impl Sync for TrimLock
impl Unpin for TrimLock
impl UnwindSafe for TrimLock
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