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
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
Trait Implementations
impl Debug for GRegexMatchFlags
[src]
impl Debug for GRegexMatchFlags
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 GRegexMatchFlags
[src]
impl Copy for GRegexMatchFlags
impl Clone for GRegexMatchFlags
[src]
impl Clone for GRegexMatchFlags
fn clone(&self) -> GRegexMatchFlags
[src]
fn clone(&self) -> GRegexMatchFlags
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 GRegexMatchFlags
[src]
impl PartialEq for GRegexMatchFlags
fn eq(&self, other: &GRegexMatchFlags) -> bool
[src]
fn eq(&self, other: &GRegexMatchFlags) -> 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 GRegexMatchFlags
[src]
impl Eq for GRegexMatchFlags
impl Hash for GRegexMatchFlags
[src]
impl Hash for GRegexMatchFlags
Auto Trait Implementations
impl Send for GRegexMatchFlags
impl Send for GRegexMatchFlags
impl Sync for GRegexMatchFlags
impl Sync for GRegexMatchFlags