Enum vips_sys::GRegexCompileFlags
[−]
[src]
#[repr(u32)]pub enum GRegexCompileFlags { G_REGEX_CASELESS, G_REGEX_MULTILINE, G_REGEX_DOTALL, G_REGEX_EXTENDED, G_REGEX_ANCHORED, G_REGEX_DOLLAR_ENDONLY, G_REGEX_UNGREEDY, G_REGEX_RAW, G_REGEX_NO_AUTO_CAPTURE, G_REGEX_OPTIMIZE, G_REGEX_FIRSTLINE, G_REGEX_DUPNAMES, G_REGEX_NEWLINE_CR, G_REGEX_NEWLINE_LF, G_REGEX_NEWLINE_CRLF, G_REGEX_NEWLINE_ANYCRLF, G_REGEX_BSR_ANYCRLF, G_REGEX_JAVASCRIPT_COMPAT, }
Variants
G_REGEX_CASELESS
G_REGEX_MULTILINE
G_REGEX_DOTALL
G_REGEX_EXTENDED
G_REGEX_ANCHORED
G_REGEX_DOLLAR_ENDONLY
G_REGEX_UNGREEDY
G_REGEX_RAW
G_REGEX_NO_AUTO_CAPTURE
G_REGEX_OPTIMIZE
G_REGEX_FIRSTLINE
G_REGEX_DUPNAMES
G_REGEX_NEWLINE_CR
G_REGEX_NEWLINE_LF
G_REGEX_NEWLINE_CRLF
G_REGEX_NEWLINE_ANYCRLF
G_REGEX_BSR_ANYCRLF
G_REGEX_JAVASCRIPT_COMPAT
Trait Implementations
impl Debug for GRegexCompileFlags
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for GRegexCompileFlags
[src]
impl Clone for GRegexCompileFlags
[src]
fn clone(&self) -> GRegexCompileFlags
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for GRegexCompileFlags
[src]
fn eq(&self, __arg_0: &GRegexCompileFlags) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.