Struct hazardflow_designs::cpu::decode::DecR
source · pub struct DecR {
pub redirect: HOption<u32>,
}
Expand description
Hazard from decode stage to fetch stage.
Fields§
§redirect: HOption<u32>
Indicates that the pipeline should be redirected.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DecR
impl Send for DecR
impl Sync for DecR
impl Unpin for DecR
impl UnwindSafe for DecR
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