Enum rust_hdl::core::check_timing::SignalEdgeKind
source · [−]pub enum SignalEdgeKind {
Assign,
Input,
Clock,
Reset,
Output,
Extern,
Constant,
}
Variants
Assign
Input
Clock
Reset
Output
Extern
Constant
Trait Implementations
sourceimpl Clone for SignalEdgeKind
impl Clone for SignalEdgeKind
sourcefn clone(&self) -> SignalEdgeKind
fn clone(&self) -> SignalEdgeKind
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 SignalEdgeKind
impl Debug for SignalEdgeKind
sourceimpl PartialEq<SignalEdgeKind> for SignalEdgeKind
impl PartialEq<SignalEdgeKind> for SignalEdgeKind
sourcefn eq(&self, other: &SignalEdgeKind) -> bool
fn eq(&self, other: &SignalEdgeKind) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Copy for SignalEdgeKind
impl StructuralPartialEq for SignalEdgeKind
Auto Trait Implementations
impl RefUnwindSafe for SignalEdgeKind
impl Send for SignalEdgeKind
impl Sync for SignalEdgeKind
impl Unpin for SignalEdgeKind
impl UnwindSafe for SignalEdgeKind
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