Struct hazardflow_designs::cpu::branch_predictor::btb::Btb
source · pub struct Btb { /* private fields */ }
Expand description
BTB.
Implementations§
Trait Implementations§
impl Copy for Btb
Auto Trait Implementations§
impl RefUnwindSafe for Btb
impl Send for Btb
impl Sync for Btb
impl Unpin for Btb
impl UnwindSafe for Btb
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