Enum vips_sys::GMarkupParseFlags [−][src]
#[repr(u32)]pub enum GMarkupParseFlags { G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG, G_MARKUP_TREAT_CDATA_AS_TEXT, G_MARKUP_PREFIX_ERROR_POSITION, G_MARKUP_IGNORE_QUALIFIED, }
Variants
G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG
G_MARKUP_TREAT_CDATA_AS_TEXT
G_MARKUP_PREFIX_ERROR_POSITION
G_MARKUP_IGNORE_QUALIFIED
Trait Implementations
impl Debug for GMarkupParseFlags
[src]
impl Debug for GMarkupParseFlags
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 GMarkupParseFlags
[src]
impl Copy for GMarkupParseFlags
impl Clone for GMarkupParseFlags
[src]
impl Clone for GMarkupParseFlags
fn clone(&self) -> GMarkupParseFlags
[src]
fn clone(&self) -> GMarkupParseFlags
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 GMarkupParseFlags
[src]
impl PartialEq for GMarkupParseFlags
fn eq(&self, other: &GMarkupParseFlags) -> bool
[src]
fn eq(&self, other: &GMarkupParseFlags) -> 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 GMarkupParseFlags
[src]
impl Eq for GMarkupParseFlags
impl Hash for GMarkupParseFlags
[src]
impl Hash for GMarkupParseFlags
Auto Trait Implementations
impl Send for GMarkupParseFlags
impl Send for GMarkupParseFlags
impl Sync for GMarkupParseFlags
impl Sync for GMarkupParseFlags