Struct rust_hdl::widgets::reset_sync::ResetSynchronizer
source · [−]pub struct ResetSynchronizer {
pub reset_in: Signal<In, Reset>,
pub clock: Signal<In, Clock>,
pub reset_out: Signal<Out, Reset>,
/* private fields */
}
Fields
reset_in: Signal<In, Reset>
clock: Signal<In, Clock>
reset_out: Signal<Out, Reset>
Trait Implementations
sourceimpl Block for ResetSynchronizer
impl Block for ResetSynchronizer
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 Clone for ResetSynchronizer
impl Clone for ResetSynchronizer
sourcefn clone(&self) -> ResetSynchronizer
fn clone(&self) -> ResetSynchronizer
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 Debug for ResetSynchronizer
impl Debug for ResetSynchronizer
sourceimpl Default for ResetSynchronizer
impl Default for ResetSynchronizer
sourcefn default() -> ResetSynchronizer
fn default() -> ResetSynchronizer
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ResetSynchronizer
impl Send for ResetSynchronizer
impl Sync for ResetSynchronizer
impl Unpin for ResetSynchronizer
impl UnwindSafe for ResetSynchronizer
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more