Struct rust_hdl::core::check_timing::SignalGraph
source · [−]pub struct SignalGraph {
pub graph: Graph<SignalNode, SignalEdgeKind, Directed>,
}
Fields
graph: Graph<SignalNode, SignalEdgeKind, Directed>
Trait Implementations
sourceimpl Clone for SignalGraph
impl Clone for SignalGraph
sourcefn clone(&self) -> SignalGraph
fn clone(&self) -> SignalGraph
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 SignalGraph
impl Debug for SignalGraph
sourceimpl Default for SignalGraph
impl Default for SignalGraph
sourcefn default() -> SignalGraph
fn default() -> SignalGraph
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SignalGraph
impl Send for SignalGraph
impl Sync for SignalGraph
impl Unpin for SignalGraph
impl UnwindSafe for SignalGraph
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