Struct libc::mcontext_t [−][src]
#[repr(C)]pub struct mcontext_t {
pub gregs: [greg_t; 19],
pub fpregs: *mut _libc_fpstate,
pub oldmask: c_ulong,
pub cr2: c_ulong,
}Fields
gregs: [greg_t; 19]fpregs: *mut _libc_fpstateoldmask: c_ulongcr2: c_ulongTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.