Struct libvex_sys::VexGuestLayout [] [src]

#[repr(C)]
pub struct VexGuestLayout { pub total_sizeB: Int, pub offset_SP: Int, pub sizeof_SP: Int, pub offset_FP: Int, pub sizeof_FP: Int, pub offset_IP: Int, pub sizeof_IP: Int, pub n_alwaysDefd: Int, pub alwaysDefd: [AlwaysDefd; 24], }

Fields

Trait Implementations

impl Copy for VexGuestLayout
[src]

impl Clone for VexGuestLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VexGuestLayout
[src]

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