pub struct RISCVExtCache { /* private fields */ }Expand description
Analysis cache for RISCVExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RISCVExtCache
impl RefUnwindSafe for RISCVExtCache
impl Send for RISCVExtCache
impl Sync for RISCVExtCache
impl Unpin for RISCVExtCache
impl UnsafeUnpin for RISCVExtCache
impl UnwindSafe for RISCVExtCache
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