Struct libresolv_sys::mcontext_t
[−]
[src]
pub struct mcontext_t {
pub gregs: gregset_t,
pub fpregs: fpregset_t,
pub __reserved1: [c_ulonglong; 8],
}Fields
gregs: gregset_t
fpregs: fpregset_t
__reserved1: [c_ulonglong; 8]
Trait Implementations
impl Clone for mcontext_t[src]
fn clone(&self) -> mcontext_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more