Enum vips_sys::GLogLevelFlags [−][src]
#[repr(i32)]pub enum GLogLevelFlags { G_LOG_FLAG_RECURSION, G_LOG_FLAG_FATAL, G_LOG_LEVEL_ERROR, G_LOG_LEVEL_CRITICAL, G_LOG_LEVEL_WARNING, G_LOG_LEVEL_MESSAGE, G_LOG_LEVEL_INFO, G_LOG_LEVEL_DEBUG, G_LOG_LEVEL_MASK, }
Variants
G_LOG_FLAG_RECURSION
G_LOG_FLAG_FATAL
G_LOG_LEVEL_ERROR
G_LOG_LEVEL_CRITICAL
G_LOG_LEVEL_WARNING
G_LOG_LEVEL_MESSAGE
G_LOG_LEVEL_INFO
G_LOG_LEVEL_DEBUG
G_LOG_LEVEL_MASK
Trait Implementations
impl Debug for GLogLevelFlags
[src]
impl Debug for GLogLevelFlags
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 GLogLevelFlags
[src]
impl Copy for GLogLevelFlags
impl Clone for GLogLevelFlags
[src]
impl Clone for GLogLevelFlags
fn clone(&self) -> GLogLevelFlags
[src]
fn clone(&self) -> GLogLevelFlags
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 GLogLevelFlags
[src]
impl PartialEq for GLogLevelFlags
fn eq(&self, other: &GLogLevelFlags) -> bool
[src]
fn eq(&self, other: &GLogLevelFlags) -> 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 GLogLevelFlags
[src]
impl Eq for GLogLevelFlags
impl Hash for GLogLevelFlags
[src]
impl Hash for GLogLevelFlags
Auto Trait Implementations
impl Send for GLogLevelFlags
impl Send for GLogLevelFlags
impl Sync for GLogLevelFlags
impl Sync for GLogLevelFlags