Struct guile_sys::Struct_ucontext [] [src]

#[repr(C)]
pub struct Struct_ucontext { pub uc_flags: c_ulong, pub uc_link: *mut Struct_ucontext, pub uc_stack: stack_t, pub uc_mcontext: mcontext_t, pub uc_sigmask: __sigset_t, pub __fpregs_mem: Struct__libc_fpstate, }

Fields

Trait Implementations

impl Copy for Struct_ucontext
[src]

impl Clone for Struct_ucontext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_ucontext
[src]

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