#[repr(C)]pub struct subst {Show 14 fields
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: U8§sbu_rflags: U8§sbu_rxtainted: U16§sbu_oldsaveix: I32§sbu_iters: isize§sbu_maxiters: isize§sbu_orig: *mut c_char§sbu_dstr: *mut SV§sbu_targ: *mut SV§sbu_s: *mut c_char§sbu_m: *mut c_char§sbu_strend: *mut c_char§sbu_rxres: *mut c_void§sbu_rx: *mut REGEXPTrait Implementations§
Source§impl Ord for subst
impl Ord for subst
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for subst
impl PartialOrd for subst
impl Copy for subst
impl Eq for subst
impl StructuralPartialEq for subst
Auto Trait Implementations§
impl Freeze for subst
impl RefUnwindSafe for subst
impl !Send for subst
impl !Sync for subst
impl Unpin for subst
impl UnsafeUnpin for subst
impl UnwindSafe for subst
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more