Enum vips_sys::GTestLogType [−][src]
#[repr(u32)]pub enum GTestLogType { G_TEST_LOG_NONE, G_TEST_LOG_ERROR, G_TEST_LOG_START_BINARY, G_TEST_LOG_LIST_CASE, G_TEST_LOG_SKIP_CASE, G_TEST_LOG_START_CASE, G_TEST_LOG_STOP_CASE, G_TEST_LOG_MIN_RESULT, G_TEST_LOG_MAX_RESULT, G_TEST_LOG_MESSAGE, G_TEST_LOG_START_SUITE, G_TEST_LOG_STOP_SUITE, }
Variants
G_TEST_LOG_NONE
G_TEST_LOG_ERROR
G_TEST_LOG_START_BINARY
G_TEST_LOG_LIST_CASE
G_TEST_LOG_SKIP_CASE
G_TEST_LOG_START_CASE
G_TEST_LOG_STOP_CASE
G_TEST_LOG_MIN_RESULT
G_TEST_LOG_MAX_RESULT
G_TEST_LOG_MESSAGE
G_TEST_LOG_START_SUITE
G_TEST_LOG_STOP_SUITE
Trait Implementations
impl Debug for GTestLogType
[src]
impl Debug for GTestLogType
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 GTestLogType
[src]
impl Copy for GTestLogType
impl Clone for GTestLogType
[src]
impl Clone for GTestLogType
fn clone(&self) -> GTestLogType
[src]
fn clone(&self) -> GTestLogType
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 GTestLogType
[src]
impl PartialEq for GTestLogType
fn eq(&self, other: >estLogType) -> bool
[src]
fn eq(&self, other: >estLogType) -> 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 GTestLogType
[src]
impl Eq for GTestLogType
impl Hash for GTestLogType
[src]
impl Hash for GTestLogType
Auto Trait Implementations
impl Send for GTestLogType
impl Send for GTestLogType
impl Sync for GTestLogType
impl Sync for GTestLogType