pub struct SignalDecl {
pub name: String,
pub width: Option<u32>,
}Expand description
Signal declaration for k-induction.
Fields§
§name: String§width: Option<u32>Trait Implementations§
Source§impl Clone for SignalDecl
impl Clone for SignalDecl
Source§fn clone(&self) -> SignalDecl
fn clone(&self) -> SignalDecl
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 SignalDecl
impl RefUnwindSafe for SignalDecl
impl Send for SignalDecl
impl Sync for SignalDecl
impl Unpin for SignalDecl
impl UnsafeUnpin for SignalDecl
impl UnwindSafe for SignalDecl
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