[][src]Struct libperl_sys::xpvfm

#[repr(C)]
pub struct xpvfm {
    pub xmg_stash: *mut HV,
    pub xmg_u: _xmgu,
    pub xpv_cur: STRLEN,
    pub xpv_len_u: xpvfm__bindgen_ty_1,
    pub xcv_stash: *mut HV,
    pub xcv_start_u: xpvfm__bindgen_ty_2,
    pub xcv_root_u: xpvfm__bindgen_ty_3,
    pub xcv_gv_u: xpvfm__bindgen_ty_4,
    pub xcv_file: *mut c_char,
    pub xcv_padlist_u: xpvfm__bindgen_ty_5,
    pub xcv_outside: *mut CV,
    pub xcv_outside_seq: U32,
    pub xcv_flags: cv_flags_t,
    pub xcv_depth: I32,
}

Fields

xmg_stash: *mut HVxmg_u: _xmguxpv_cur: STRLENxpv_len_u: xpvfm__bindgen_ty_1xcv_stash: *mut HVxcv_start_u: xpvfm__bindgen_ty_2xcv_root_u: xpvfm__bindgen_ty_3xcv_gv_u: xpvfm__bindgen_ty_4xcv_file: *mut c_charxcv_padlist_u: xpvfm__bindgen_ty_5xcv_outside: *mut CVxcv_outside_seq: U32xcv_flags: cv_flags_txcv_depth: I32

Trait Implementations

impl Clone for xpvfm[src]

impl Copy for xpvfm[src]

Auto Trait Implementations

impl !Send for xpvfm

impl Unpin for xpvfm

impl !Sync for xpvfm

impl UnwindSafe for xpvfm

impl RefUnwindSafe for xpvfm

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]