Struct hazardflow_designs::cpu::riscv_isa::BrInfo
source · pub struct BrInfo {
pub typ: BrType,
pub base: u32,
pub offset: u32,
}
Expand description
Branch information.
Fields§
§typ: BrType
Branch type.
base: u32
Base address.
offset: u32
Offset.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BrInfo
impl Send for BrInfo
impl Sync for BrInfo
impl Unpin for BrInfo
impl UnwindSafe for BrInfo
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