Struct rpgffi::mcontext_t [] [src]

#[repr(C)]
pub struct mcontext_t { pub gregs: gregset_t, pub fpregs: fpregset_t, pub __reserved1: [c_ulonglong; 8], }

Fields

Trait Implementations

impl Copy for mcontext_t
[src]

impl Clone for mcontext_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more