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

Trait Implementations

impl Debug for GRegexCompileFlags
[src]

Formats the value using the given formatter. Read more

impl Copy for GRegexCompileFlags
[src]

impl Clone for GRegexCompileFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GRegexCompileFlags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for GRegexCompileFlags
[src]

impl Hash for GRegexCompileFlags
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for GRegexCompileFlags

impl Sync for GRegexCompileFlags