Struct rust_hdl_fpga_support::lattice::ecp5::edge_flip_flop::EdgeFlipFlop
source · [−]pub struct EdgeFlipFlop<T: Synth> {
pub d: Signal<In, T>,
pub q: Signal<Out, T>,
pub clock: Signal<In, Clock>,
}
Fields
d: Signal<In, T>
q: Signal<Out, T>
clock: Signal<In, Clock>
Trait Implementations
sourceimpl<T: Synth> Block for EdgeFlipFlop<T>
impl<T: Synth> Block for EdgeFlipFlop<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)
sourceimpl<T: Clone + Synth> Clone for EdgeFlipFlop<T>
impl<T: Clone + Synth> Clone for EdgeFlipFlop<T>
sourcefn clone(&self) -> EdgeFlipFlop<T>
fn clone(&self) -> EdgeFlipFlop<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<T: Debug + Synth> Debug for EdgeFlipFlop<T>
impl<T: Debug + Synth> Debug for EdgeFlipFlop<T>
sourceimpl<T: Default + Synth> Default for EdgeFlipFlop<T>
impl<T: Default + Synth> Default for EdgeFlipFlop<T>
sourcefn default() -> EdgeFlipFlop<T>
fn default() -> EdgeFlipFlop<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<T> RefUnwindSafe for EdgeFlipFlop<T> where
T: RefUnwindSafe,
impl<T> Send for EdgeFlipFlop<T> where
T: Send,
impl<T> Sync for EdgeFlipFlop<T> where
T: Sync,
impl<T> Unpin for EdgeFlipFlop<T> where
T: Unpin,
impl<T> UnwindSafe for EdgeFlipFlop<T> where
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