Struct guile_sys::Struct_scm_frame [] [src]

#[repr(C)]
pub struct Struct_scm_frame { pub stack_holder: SCM, pub fp: *mut SCM, pub sp: *mut SCM, pub ip: *mut scm_t_uint8, pub offset: scm_t_ptrdiff, }

Fields

Trait Implementations

impl Copy for Struct_scm_frame
[src]

impl Clone for Struct_scm_frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_frame
[src]

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