Struct vips_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 Debug for mcontext_t
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl !Send for mcontext_t

impl !Sync for mcontext_t