#[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§
§dynamic_link: *mut SCM§mv_return_address: *mut scm_t_uint8§return_address: *mut scm_t_uint8§program: SCM§stack: [SCM; 1]Trait Implementations§
Source§impl Clone for Struct_scm_vm_frame
impl Clone for Struct_scm_vm_frame
Source§impl Default for Struct_scm_vm_frame
impl Default for Struct_scm_vm_frame
impl Copy for Struct_scm_vm_frame
Auto Trait Implementations§
impl Freeze for Struct_scm_vm_frame
impl RefUnwindSafe for Struct_scm_vm_frame
impl !Send for Struct_scm_vm_frame
impl !Sync for Struct_scm_vm_frame
impl Unpin for Struct_scm_vm_frame
impl UnwindSafe for Struct_scm_vm_frame
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more