Struct hazardflow_designs::cpu::wb::WbR
source · pub struct WbR {
pub bypass_from_wb: HOption<Register>,
pub rf: Regfile,
}
Expand description
Hazard from writeback stage to memory stage.
Fields§
§bypass_from_wb: HOption<Register>
Bypassed data from WB.
rf: Regfile
Register file.
Implementations§
Trait Implementations§
impl Copy for WbR
Auto Trait Implementations§
impl RefUnwindSafe for WbR
impl Send for WbR
impl Sync for WbR
impl Unpin for WbR
impl UnwindSafe for WbR
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