#[repr(C)]pub struct VexCacheInfo {
pub num_levels: UInt,
pub num_caches: UInt,
pub caches: *mut VexCache,
pub icaches_maintain_coherence: Bool,
}Fields§
§num_levels: UInt§num_caches: UInt§caches: *mut VexCache§icaches_maintain_coherence: BoolTrait Implementations§
Source§impl Clone for VexCacheInfo
impl Clone for VexCacheInfo
impl Copy for VexCacheInfo
Auto Trait Implementations§
impl !Send for VexCacheInfo
impl !Sync for VexCacheInfo
impl Freeze for VexCacheInfo
impl RefUnwindSafe for VexCacheInfo
impl Unpin for VexCacheInfo
impl UnsafeUnpin for VexCacheInfo
impl UnwindSafe for VexCacheInfo
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