#[repr(C)]pub struct stackinfo {
pub si_stack: *mut AV,
pub si_cxstack: *mut PERL_CONTEXT,
pub si_prev: *mut stackinfo,
pub si_next: *mut stackinfo,
pub si_cxix: I32,
pub si_cxmax: I32,
pub si_cxsubix: I32,
pub si_type: I32,
pub si_markoff: I32,
}
Fields§
§si_stack: *mut AV
§si_cxstack: *mut PERL_CONTEXT
§si_prev: *mut stackinfo
§si_next: *mut stackinfo
§si_cxix: I32
§si_cxmax: I32
§si_cxsubix: I32
§si_type: I32
§si_markoff: I32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for stackinfo
impl RefUnwindSafe for stackinfo
impl !Send for stackinfo
impl !Sync for stackinfo
impl Unpin for stackinfo
impl UnwindSafe for stackinfo
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