pub struct BpIAll;Expand description
BPIALL: Invalidate all entries from branch predictors
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BpIAll
impl RefUnwindSafe for BpIAll
impl Send for BpIAll
impl Sync for BpIAll
impl Unpin for BpIAll
impl UnwindSafe for BpIAll
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