Struct guile_sys::Struct_scm_vm_frame [] [src]

#[repr(C)]
pub struct Struct_scm_vm_frame { pub dynamic_link: *mut SCM, pub mv_return_address: *mut scm_t_uint8, pub return_address: *mut scm_t_uint8, pub program: SCM, pub stack: [SCM; 1], }

Fields

Trait Implementations

impl Copy for Struct_scm_vm_frame
[src]

impl Clone for Struct_scm_vm_frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_scm_vm_frame
[src]

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