Enum pcre::StudyOption [] [src]

pub enum StudyOption {
    StudyJitCompile,
    StudyJitPartialSoftCompile,
    StudyJitPartialHardCompile,
    StudyExtraNeeded,
}

Variants

Always create an extra block. Note: Requires PCRE version 8.32 or later.

Trait Implementations

impl Clone for StudyOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl CLike for StudyOption
[src]

Converts a u32 to a C-like enum. This method only needs to be safe for possible return values of to_u32 of this trait. Read more

Converts a C-like enum to a u32. The value must be <= 31.