Struct vlfeat_sys::__darwin_ucontext [] [src]

#[repr(C)]
pub struct __darwin_ucontext { pub uc_onstack: c_int, pub uc_sigmask: __darwin_sigset_t, pub uc_stack: __darwin_sigaltstack, pub uc_link: *mut __darwin_ucontext, pub uc_mcsize: __darwin_size_t, pub uc_mcontext: *mut __darwin_mcontext64, }

Fields

Trait Implementations

impl Debug for __darwin_ucontext
[src]

Formats the value using the given formatter.

impl Copy for __darwin_ucontext
[src]

impl Clone for __darwin_ucontext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more