Struct calyx_ir::StaticTiming
source · pub struct StaticTiming { /* private fields */ }
Implementations§
source§impl StaticTiming
impl StaticTiming
Trait Implementations§
source§impl Clone for StaticTiming
impl Clone for StaticTiming
source§fn clone(&self) -> StaticTiming
fn clone(&self) -> StaticTiming
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StaticTiming
impl Debug for StaticTiming
source§impl Default for StaticTiming
impl Default for StaticTiming
source§fn default() -> StaticTiming
fn default() -> StaticTiming
Returns the “default value” for a type. Read more
source§impl PartialEq<StaticTiming> for StaticTiming
impl PartialEq<StaticTiming> for StaticTiming
source§fn eq(&self, other: &StaticTiming) -> bool
fn eq(&self, other: &StaticTiming) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToString for StaticTiming
impl ToString for StaticTiming
impl Copy for StaticTiming
impl Eq for StaticTiming
impl StructuralEq for StaticTiming
impl StructuralPartialEq for StaticTiming
Auto Trait Implementations§
impl RefUnwindSafe for StaticTiming
impl Send for StaticTiming
impl Sync for StaticTiming
impl Unpin for StaticTiming
impl UnwindSafe for StaticTiming
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.