Struct rust_hdl_sim::ad7193_sim::AD7193Config
source · pub struct AD7193Config {
pub spi: SPIConfig,
pub sample_time: Duration,
}
Fields§
§spi: SPIConfig
§sample_time: Duration
Implementations§
Trait Implementations§
source§impl Clone for AD7193Config
impl Clone for AD7193Config
source§fn clone(&self) -> AD7193Config
fn clone(&self) -> AD7193Config
Returns a copy 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 more