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