Fields
next: T
changed: bool
Implementations
sourceimpl<D: Direction, T: Synth> Signal<D, T>
impl<D: Direction, T: Synth> Signal<D, T>
pub fn add_constraint(&mut self, constraint: PinConstraint)
pub fn add_location(&mut self, index: usize, location: &str)
pub fn add_signal_type(&mut self, index: usize, signal: SignalType)
sourceimpl<D: Direction> Signal<D, Bit>
impl<D: Direction> Signal<D, Bit>
pub fn pin_signal(location: &str, kind: SignalType) -> Signal<D, Bit>
sourceimpl<T: Synth> Signal<InOut, T>
impl<T: Synth> Signal<InOut, T>
pub fn set_tristate_is_output(&mut self, flag: bool)
pub fn is_driving_tristate(&self) -> bool
pub fn simulate_connected_tristate(&mut self, other: &mut Self)
Trait Implementations
sourceimpl<D: Direction, T: Synth> Block for Signal<D, T>
impl<D: Direction, T: Synth> Block for Signal<D, T>
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<D, T> RefUnwindSafe for Signal<D, T> where
D: RefUnwindSafe,
T: RefUnwindSafe,
impl<D, T> Send for Signal<D, T> where
D: Send,
T: Send,
impl<D, T> Sync for Signal<D, T> where
D: Sync,
T: Sync,
impl<D, T> Unpin for Signal<D, T> where
D: Unpin,
T: Unpin,
impl<D, T> UnwindSafe for Signal<D, T> where
D: UnwindSafe,
T: UnwindSafe,
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