Struct libvex_sys::VexCache [] [src]

#[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

Trait Implementations

impl Copy for VexCache
[src]

impl Clone for VexCache
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexCache
[src]

Returns the "default value" for a type. Read more