Struct guile_sys::Struct_scm_t_option [] [src]

#[repr(C)]
pub struct Struct_scm_t_option { pub _type: c_uint, pub name: *const c_char, pub val: scm_t_bits, pub doc: *mut c_char, }

Fields

Trait Implementations

impl Copy for Struct_scm_t_option
[src]

impl Clone for Struct_scm_t_option
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_t_option
[src]

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