pub struct CBP { /* private fields */ }
Expand description
Cache and branch predictor maintenance operations
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CBP
impl RefUnwindSafe for CBP
impl !Sync for CBP
impl Unpin for CBP
impl UnwindSafe for CBP
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