Struct onig::MatchParam
source · pub struct MatchParam { /* private fields */ }
Expand description
Parameters for a Match or Search.
Implementations§
source§impl MatchParam
impl MatchParam
sourcepub fn set_match_stack_limit(&mut self, limit: u32)
pub fn set_match_stack_limit(&mut self, limit: u32)
Set the match stack limit
sourcepub fn set_retry_limit_in_match(&mut self, limit: u32)
pub fn set_retry_limit_in_match(&mut self, limit: u32)
Set the retry limit in match
sourcepub fn as_raw(&self) -> *mut OnigMatchParam
pub fn as_raw(&self) -> *mut OnigMatchParam
Get the Raw OnigMatchParam
Pointer