Struct rust_hdl::sim::max31856_sim::MAX31856Simulator
source · [−]pub struct MAX31856Simulator {
pub wires: SPIWiresSlave,
pub clock: Signal<In, Clock>,
/* private fields */
}
Fields
wires: SPIWiresSlave
clock: Signal<In, Clock>
Implementations
Trait Implementations
sourceimpl Block for MAX31856Simulator
impl Block for MAX31856Simulator
fn connect_all(&mut self)
fn update_all(&mut self)
fn has_changed(&self) -> bool
fn accept(&self, name: &str, probe: &mut dyn Probe)
Auto Trait Implementations
impl RefUnwindSafe for MAX31856Simulator
impl Send for MAX31856Simulator
impl Sync for MAX31856Simulator
impl Unpin for MAX31856Simulator
impl UnwindSafe for MAX31856Simulator
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