pub enum HfxoCapacitance {
Show 27 variants
_7_0pF,
_7_5pF,
_8_0pF,
_8_5pF,
_9_0pF,
_9_5pF,
_10_0pF,
_10_5pF,
_11_0pF,
_11_5pF,
_12_0pF,
_12_5pF,
_13_0pF,
_13_5pF,
_14_0pF,
_14_5pF,
_15_0pF,
_15_5pF,
_16_0pF,
_16_5pF,
_17_0pF,
_17_5pF,
_18_0pF,
_18_5pF,
_19_0pF,
_19_5pF,
_20_0pF,
}
Expand description
Internal capacitance value for the HFXO.
Variants§
_7_0pF
7.0 pF
_7_5pF
7.5 pF
_8_0pF
8.0 pF
_8_5pF
8.5 pF
_9_0pF
9.0 pF
_9_5pF
9.5 pF
_10_0pF
10.0 pF
_10_5pF
10.5 pF
_11_0pF
11.0 pF
_11_5pF
11.5 pF
_12_0pF
12.0 pF
_12_5pF
12.5 pF
_13_0pF
13.0 pF
_13_5pF
13.5 pF
_14_0pF
14.0 pF
_14_5pF
14.5 pF
_15_0pF
15.0 pF
_15_5pF
15.5 pF
_16_0pF
16.0 pF
_16_5pF
16.5 pF
_17_0pF
17.0 pF
_17_5pF
17.5 pF
_18_0pF
18.0 pF
_18_5pF
18.5 pF
_19_0pF
19.0 pF
_19_5pF
19.5 pF
_20_0pF
20.0 pF
Trait Implementations§
Source§impl Clone for HfxoCapacitance
impl Clone for HfxoCapacitance
Source§fn clone(&self) -> HfxoCapacitance
fn clone(&self) -> HfxoCapacitance
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HfxoCapacitance
Auto Trait Implementations§
impl Freeze for HfxoCapacitance
impl RefUnwindSafe for HfxoCapacitance
impl Send for HfxoCapacitance
impl Sync for HfxoCapacitance
impl Unpin for HfxoCapacitance
impl UnwindSafe for HfxoCapacitance
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
Source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
Source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
Source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
impl<Src, Dst> LosslessTryInto<Dst> for Srcwhere
Dst: LosslessTryFrom<Src>,
Source§fn lossless_try_into(self) -> Option<Dst>
fn lossless_try_into(self) -> Option<Dst>
Performs the conversion.
Source§impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
impl<Src, Dst> LossyInto<Dst> for Srcwhere
Dst: LossyFrom<Src>,
Source§fn lossy_into(self) -> Dst
fn lossy_into(self) -> Dst
Performs the conversion.
Source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
Source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
Source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
Source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
Source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
Source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
Source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
Source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
Source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
Source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.