#[repr(C)]pub struct VexCache {
pub kind: VexCacheKind,
pub level: UInt,
pub sizeB: UInt,
pub line_sizeB: UInt,
pub assoc: UInt,
pub is_trace_cache: Bool,
}
Fields§
§kind: VexCacheKind
§level: UInt
§sizeB: UInt
§line_sizeB: UInt
§assoc: UInt
§is_trace_cache: Bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VexCache
impl RefUnwindSafe for VexCache
impl Send for VexCache
impl Sync for VexCache
impl Unpin for VexCache
impl UnwindSafe for VexCache
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