Struct rust_hdl::sim::ad7193_sim::AD7193Config
source · [−]Fields
spi: SPIConfig
sample_time: Duration
Implementations
Trait Implementations
sourceimpl Clone for AD7193Config
impl Clone for AD7193Config
sourcefn clone(&self) -> AD7193Config
fn clone(&self) -> AD7193Config
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for AD7193Config
Auto Trait Implementations
impl RefUnwindSafe for AD7193Config
impl Send for AD7193Config
impl Sync for AD7193Config
impl Unpin for AD7193Config
impl UnwindSafe for AD7193Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more