Struct libvex_sys::VexArchInfo [] [src]

#[repr(C)]
pub struct VexArchInfo { pub hwcaps: UInt, pub endness: VexEndness, pub hwcache_info: VexCacheInfo, pub ppc_icache_line_szB: Int, pub ppc_dcbz_szB: UInt, pub ppc_dcbzl_szB: UInt, pub arm64_dMinLine_lg2_szB: UInt, pub arm64_iMinLine_lg2_szB: UInt, }

Fields

Trait Implementations

impl Copy for VexArchInfo
[src]

impl Clone for VexArchInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexArchInfo
[src]

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