Struct libc::mcontext_t [−][src]
#[repr(C)]pub struct mcontext_t { pub gregs: [greg_t; 23], pub fpregs: *mut _libc_fpstate, // some fields omitted }
Fields
gregs: [greg_t; 23]
fpregs: *mut _libc_fpstate
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.