pub struct MultiClockModel {
pub domains: Vec<ClockDomain>,
pub init: VerifyExpr,
pub transitions: HashMap<String, VerifyExpr>,
pub property: VerifyExpr,
}Fields§
§domains: Vec<ClockDomain>§init: VerifyExpr§transitions: HashMap<String, VerifyExpr>§property: VerifyExprTrait Implementations§
Source§impl Clone for MultiClockModel
impl Clone for MultiClockModel
Source§fn clone(&self) -> MultiClockModel
fn clone(&self) -> MultiClockModel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MultiClockModel
impl RefUnwindSafe for MultiClockModel
impl Send for MultiClockModel
impl Sync for MultiClockModel
impl Unpin for MultiClockModel
impl UnsafeUnpin for MultiClockModel
impl UnwindSafe for MultiClockModel
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