Struct guile_sys::Struct_scm_t_c_hook [] [src]

#[repr(C)]
pub struct Struct_scm_t_c_hook { pub first: *mut scm_t_c_hook_entry, pub _type: scm_t_c_hook_type, pub data: *mut c_void, }

Fields

Trait Implementations

impl Copy for Struct_scm_t_c_hook
[src]

impl Clone for Struct_scm_t_c_hook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_t_c_hook
[src]

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