Struct rust_hdl_core::signal::Signal [−][src]
pub struct Signal<D: Direction, T: Synth> {
pub next: T,
pub changed: bool,
// some fields omitted
}
Fields
next: T
changed: bool
Implementations
Trait Implementations
Auto Trait Implementations
impl<D, T> RefUnwindSafe for Signal<D, T> where
D: RefUnwindSafe,
T: RefUnwindSafe,
impl<D, T> UnwindSafe for Signal<D, T> where
D: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more