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