Struct libvex_sys::VexCacheInfo [] [src]

#[repr(C)]
pub struct VexCacheInfo { pub num_levels: UInt, pub num_caches: UInt, pub caches: *mut VexCache, pub icaches_maintain_coherence: Bool, }

Fields

Trait Implementations

impl Copy for VexCacheInfo
[src]

impl Clone for VexCacheInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexCacheInfo
[src]

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