Struct onig::MatchParam[][src]

pub struct MatchParam { /* fields omitted */ }

Parameters for a Match or Search.

Methods

impl MatchParam
[src]

Set the match stack limit

Set the retry limit in match

Get the Raw OnigMatchParam Pointer

Trait Implementations

impl Default for MatchParam
[src]

Returns the "default value" for a type. Read more

impl Drop for MatchParam
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for MatchParam

impl !Sync for MatchParam