Struct rust_hdl::widgets::shot::Shot [−][src]
pub struct Shot<const N: usize> {
pub trigger: Signal<In, Bit>,
pub active: Signal<Out, Bit>,
pub clock: Signal<In, Clock>,
pub fired: Signal<Out, Bit>,
// some fields omitted
}
Fields
trigger: Signal<In, Bit>
active: Signal<Out, Bit>
clock: Signal<In, Clock>
fired: Signal<Out, Bit>
Implementations
Trait Implementations
Auto Trait Implementations
impl<const N: usize> RefUnwindSafe for Shot<N>
impl<const N: usize> UnwindSafe for Shot<N>
Blanket Implementations
Mutably borrows from an owned value. Read more