[][src]Struct libperl_sys::xpvio

#[repr(C)]
pub struct xpvio {
    pub xmg_stash: *mut HV,
    pub xmg_u: _xmgu,
    pub xpv_cur: STRLEN,
    pub xpv_len_u: xpvio__bindgen_ty_1,
    pub xiv_u: _xivu,
    pub xio_ofp: *mut PerlIO,
    pub xio_dirpu: xpvio__bindgen_ty_2,
    pub xio_page: IV,
    pub xio_page_len: IV,
    pub xio_lines_left: IV,
    pub xio_top_name: *mut c_char,
    pub xio_top_gv: *mut GV,
    pub xio_fmt_name: *mut c_char,
    pub xio_fmt_gv: *mut GV,
    pub xio_bottom_name: *mut c_char,
    pub xio_bottom_gv: *mut GV,
    pub xio_type: c_char,
    pub xio_flags: U8,
}

Fields

xmg_stash: *mut HVxmg_u: _xmguxpv_cur: STRLENxpv_len_u: xpvio__bindgen_ty_1xiv_u: _xivuxio_ofp: *mut PerlIOxio_dirpu: xpvio__bindgen_ty_2xio_page: IVxio_page_len: IVxio_lines_left: IVxio_top_name: *mut c_charxio_top_gv: *mut GVxio_fmt_name: *mut c_charxio_fmt_gv: *mut GVxio_bottom_name: *mut c_charxio_bottom_gv: *mut GVxio_type: c_charxio_flags: U8

Trait Implementations

impl Clone for xpvio[src]

impl Copy for xpvio[src]

Auto Trait Implementations

impl !Send for xpvio

impl Unpin for xpvio

impl !Sync for xpvio

impl UnwindSafe for xpvio

impl RefUnwindSafe for xpvio

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]