#[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: I32Trait Implementations§
Source§impl Ord for stackinfo
impl Ord for stackinfo
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for stackinfo
impl PartialOrd for stackinfo
impl Copy for stackinfo
impl Eq for stackinfo
impl StructuralPartialEq for stackinfo
Auto Trait Implementations§
impl Freeze for stackinfo
impl RefUnwindSafe for stackinfo
impl !Send for stackinfo
impl !Sync for stackinfo
impl Unpin for stackinfo
impl UnsafeUnpin 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