Class mcontext_t

java.lang.Object
org.freedesktop.wayland.raw.mcontext_t

public class mcontext_t extends Object
struct {
    gregset_t gregs;
    fpregset_t fpregs;
    unsigned long long __reserved1[8];
}