[−][src]Trait pir_8_emu::ReadWritable
Generic trait for objects that can track whether they've been read from and/or written to.
Required methods
fn was_read(&self) -> bool
Check if this object was read from.
fn was_written(&self) -> bool
Check if this object was written to.
fn reset_rw(&mut self)
Reset the R/W marking of this object.