[][src]Struct libperl_sys::stackinfo

#[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_type: I32,
    pub si_markoff: I32,
}

Fields

si_stack: *mut AVsi_cxstack: *mut PERL_CONTEXTsi_prev: *mut stackinfosi_next: *mut stackinfosi_cxix: I32si_cxmax: I32si_type: I32si_markoff: I32

Trait Implementations

impl Clone for stackinfo[src]

impl Copy for stackinfo[src]

impl Debug for stackinfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]