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
Trait Implementations§
source§impl Default for MatchParam
 
impl Default for MatchParam
Auto Trait Implementations§
impl Freeze for MatchParam
impl RefUnwindSafe for MatchParam
impl !Send for MatchParam
impl !Sync for MatchParam
impl Unpin for MatchParam
impl UnwindSafe for MatchParam
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