Struct rust_hdl::widgets::i2c::i2c_test_target::I2CTestTarget
source · [−]pub struct I2CTestTarget {
pub sda: Signal<InOut, Bit>,
pub scl: Signal<InOut, Bit>,
pub clock: Signal<In, Clock>,
/* private fields */
}
Fields
sda: Signal<InOut, Bit>
scl: Signal<InOut, Bit>
clock: Signal<In, Clock>
Implementations
sourceimpl I2CTestTarget
impl I2CTestTarget
Trait Implementations
sourceimpl Block for I2CTestTarget
impl Block for I2CTestTarget
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 I2CTestTarget
impl Send for I2CTestTarget
impl Sync for I2CTestTarget
impl Unpin for I2CTestTarget
impl UnwindSafe for I2CTestTarget
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