Struct libresolv_sys::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mcontext_t
[src]

Formats the value using the given formatter.

impl Default for mcontext_t
[src]

Returns the "default value" for a type. Read more