Struct hazardflow_designs::cpu::fetch::FetEP
source · pub struct FetEP {
pub imem_resp: MemRespWithAddr,
}Expand description
Payload from fetch stage to decode stage.
Fields§
§imem_resp: MemRespWithAddrIMEM response.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FetEP
impl Send for FetEP
impl Sync for FetEP
impl Unpin for FetEP
impl UnwindSafe for FetEP
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