[][src]Union libperl_sys::sv__bindgen_ty_1

#[repr(C)]
pub union sv__bindgen_ty_1 {
    pub svu_pv: *mut c_char,
    pub svu_iv: IV,
    pub svu_uv: UV,
    pub svu_nv: NV,
    pub svu_rv: *mut SV,
    pub svu_rx: *mut regexp,
    pub svu_array: *mut *mut SV,
    pub svu_hash: *mut *mut HE,
    pub svu_gp: *mut GP,
    pub svu_fp: *mut PerlIO,
    // some fields omitted
}

Fields

svu_pv: *mut c_charsvu_iv: IVsvu_uv: UVsvu_nv: NVsvu_rv: *mut SVsvu_rx: *mut regexpsvu_array: *mut *mut SVsvu_hash: *mut *mut HEsvu_gp: *mut GPsvu_fp: *mut PerlIO

Trait Implementations

impl Clone for sv__bindgen_ty_1[src]

impl Copy for sv__bindgen_ty_1[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]