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]
impl Debug for GRegexCompileFlags
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GRegexCompileFlags
[src]
impl Copy for GRegexCompileFlags
impl Clone for GRegexCompileFlags
[src]
impl Clone for GRegexCompileFlags
fn clone(&self) -> GRegexCompileFlags
[src]
fn clone(&self) -> GRegexCompileFlags
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GRegexCompileFlags
[src]
impl PartialEq for GRegexCompileFlags
fn eq(&self, other: &GRegexCompileFlags) -> bool
[src]
fn eq(&self, other: &GRegexCompileFlags) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GRegexCompileFlags
[src]
impl Eq for GRegexCompileFlags
impl Hash for GRegexCompileFlags
[src]
impl Hash for GRegexCompileFlags
Auto Trait Implementations
impl Send for GRegexCompileFlags
impl Send for GRegexCompileFlags
impl Sync for GRegexCompileFlags
impl Sync for GRegexCompileFlags