pub struct ADC {
pub enob: Float,
pub fs: Float,
pub dims: Dims,
}Expand description
Analog-to-Digital Converter (ADC) parameters.
Represents ADC components with their resolution and sampling characteristics.
Fields§
§enob: FloatResolution as effective number of bits
fs: FloatMaximum sampling frequency in Hz
dims: DimsPhysical dimensions of the ADC
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ADC
impl<'de> Deserialize<'de> for ADC
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for ADC
Auto Trait Implementations§
impl Freeze for ADC
impl RefUnwindSafe for ADC
impl Send for ADC
impl Sync for ADC
impl Unpin for ADC
impl UnwindSafe for ADC
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