Struct posix::regex::regmatch_t [-] [+] [src]

pub struct regmatch_t {
    pub rm_so: regoff_t,
    pub rm_eo: regoff_t,
}

Fields

rm_so
rm_eo

Methods

impl regmatch_t

fn new() -> regmatch_t

Trait Implementations

Derived Implementations

impl Copy for regmatch_t