pub enum ChirrtlMemoryPort {
Write(Identifier, Identifier, Expr, Reference, Info),
Read(Identifier, Identifier, Expr, Reference, Info),
Infer(Identifier, Identifier, Expr, Reference, Info),
}Variants§
Write(Identifier, Identifier, Expr, Reference, Info)
Read(Identifier, Identifier, Expr, Reference, Info)
Infer(Identifier, Identifier, Expr, Reference, Info)
Trait Implementations§
Source§impl Clone for ChirrtlMemoryPort
impl Clone for ChirrtlMemoryPort
Source§fn clone(&self) -> ChirrtlMemoryPort
fn clone(&self) -> ChirrtlMemoryPort
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 ChirrtlMemoryPort
impl Debug for ChirrtlMemoryPort
Source§impl Display for ChirrtlMemoryPort
impl Display for ChirrtlMemoryPort
Source§impl Hash for ChirrtlMemoryPort
impl Hash for ChirrtlMemoryPort
Source§impl Ord for ChirrtlMemoryPort
impl Ord for ChirrtlMemoryPort
Source§fn cmp(&self, other: &ChirrtlMemoryPort) -> Ordering
fn cmp(&self, other: &ChirrtlMemoryPort) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ChirrtlMemoryPort
impl PartialEq for ChirrtlMemoryPort
Source§impl PartialOrd for ChirrtlMemoryPort
impl PartialOrd for ChirrtlMemoryPort
impl Eq for ChirrtlMemoryPort
impl StructuralPartialEq for ChirrtlMemoryPort
Auto Trait Implementations§
impl Freeze for ChirrtlMemoryPort
impl RefUnwindSafe for ChirrtlMemoryPort
impl Send for ChirrtlMemoryPort
impl Sync for ChirrtlMemoryPort
impl Unpin for ChirrtlMemoryPort
impl UnwindSafe for ChirrtlMemoryPort
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