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
gregs: gregset_t
fpregs: fpregset_t
__reserved1: [c_ulonglong; 8]
Trait Implementations
impl Debug for mcontext_t
[src]
impl Debug for mcontext_t
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for mcontext_t
[src]
impl Copy for mcontext_t
impl Clone for mcontext_t
[src]
impl Clone for mcontext_t
fn clone(&self) -> 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[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for mcontext_t
impl !Send for mcontext_t
impl !Sync for mcontext_t
impl !Sync for mcontext_t