Struct guile_sys::Struct_scm_print_state [] [src]

#[repr(C)]
pub struct Struct_scm_print_state { pub handle: SCM, pub revealed: c_int, pub writingp: c_ulong, pub fancyp: c_ulong, pub level: c_ulong, pub length: c_ulong, pub hot_ref: SCM, pub list_offset: c_ulong, pub top: c_ulong, pub ceiling: c_ulong, pub ref_vect: SCM, pub highlight_objects: SCM, }

Fields

Trait Implementations

impl Copy for Struct_scm_print_state
[src]

impl Clone for Struct_scm_print_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_print_state
[src]

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