Struct guile_sys::Struct_scm_t_c_hook_entry [] [src]

#[repr(C)]
pub struct Struct_scm_t_c_hook_entry { pub next: *mut Struct_scm_t_c_hook_entry, pub func: scm_t_c_hook_function, pub data: *mut c_void, }

Fields

Trait Implementations

impl Copy for Struct_scm_t_c_hook_entry
[src]

impl Clone for Struct_scm_t_c_hook_entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_t_c_hook_entry
[src]

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