Enum vips_sys::GRegexMatchFlags [] [src]

#[repr(u32)]
pub enum GRegexMatchFlags { G_REGEX_MATCH_ANCHORED, G_REGEX_MATCH_NOTBOL, G_REGEX_MATCH_NOTEOL, G_REGEX_MATCH_NOTEMPTY, G_REGEX_MATCH_PARTIAL, G_REGEX_MATCH_NEWLINE_CR, G_REGEX_MATCH_NEWLINE_LF, G_REGEX_MATCH_NEWLINE_CRLF, G_REGEX_MATCH_NEWLINE_ANY, G_REGEX_MATCH_NEWLINE_ANYCRLF, G_REGEX_MATCH_BSR_ANYCRLF, G_REGEX_MATCH_BSR_ANY, G_REGEX_MATCH_PARTIAL_HARD, G_REGEX_MATCH_NOTEMPTY_ATSTART, }

Variants

Trait Implementations

impl Debug for GRegexMatchFlags
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for GRegexMatchFlags
[src]

impl Clone for GRegexMatchFlags
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for GRegexMatchFlags
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for GRegexMatchFlags
[src]

impl Hash for GRegexMatchFlags
[src]

[src]

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

1.3.0
[src]

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