[][src]Struct libperl_sys::subst

#[repr(C)]
pub struct subst {
    pub sbu_type: U8,
    pub sbu_rflags: U8,
    pub sbu_rxtainted: U16,
    pub sbu_oldsaveix: I32,
    pub sbu_iters: isize,
    pub sbu_maxiters: isize,
    pub sbu_orig: *mut c_char,
    pub sbu_dstr: *mut SV,
    pub sbu_targ: *mut SV,
    pub sbu_s: *mut c_char,
    pub sbu_m: *mut c_char,
    pub sbu_strend: *mut c_char,
    pub sbu_rxres: *mut c_void,
    pub sbu_rx: *mut REGEXP,
}

Fields

sbu_type: U8sbu_rflags: U8sbu_rxtainted: U16sbu_oldsaveix: I32sbu_iters: isizesbu_maxiters: isizesbu_orig: *mut c_charsbu_dstr: *mut SVsbu_targ: *mut SVsbu_s: *mut c_charsbu_m: *mut c_charsbu_strend: *mut c_charsbu_rxres: *mut c_voidsbu_rx: *mut REGEXP

Trait Implementations

impl Clone for subst[src]

impl Copy for subst[src]

impl Debug for subst[src]

Auto Trait Implementations

impl !Send for subst

impl Unpin for subst

impl !Sync for subst

impl UnwindSafe for subst

impl RefUnwindSafe for subst

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]