#[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§
§total_sizeB: Int
§offset_SP: Int
§sizeof_SP: Int
§offset_FP: Int
§sizeof_FP: Int
§offset_IP: Int
§sizeof_IP: Int
§n_alwaysDefd: Int
§alwaysDefd: [AlwaysDefd; 24]
Trait Implementations§
Source§impl Clone for VexGuestLayout
impl Clone for VexGuestLayout
Source§impl Default for VexGuestLayout
impl Default for VexGuestLayout
impl Copy for VexGuestLayout
Auto Trait Implementations§
impl Freeze for VexGuestLayout
impl RefUnwindSafe for VexGuestLayout
impl Send for VexGuestLayout
impl Sync for VexGuestLayout
impl Unpin for VexGuestLayout
impl UnwindSafe for VexGuestLayout
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