Enum glib_sys::GTestLogType [] [src]

pub enum GTestLogType {
    None,
    Error,
    StartBinary,
    ListCase,
    SkipCase,
    StartCase,
    StopCase,
    MinResult,
    MaxResult,
    Message,
    StartSuite,
    StopSuite,
}

Variants

None
Error
StartBinary
ListCase
SkipCase
StartCase
StopCase
MinResult
MaxResult
Message
StartSuite
StopSuite

Trait Implementations

Derived Implementations

impl PartialEq for GTestLogType

fn eq(&self, __arg_0: &GTestLogType) -> bool

fn ne(&self, __arg_0: &GTestLogType) -> bool

impl Eq for GTestLogType

impl Debug for GTestLogType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GTestLogType

impl Clone for GTestLogType

fn clone(&self) -> GTestLogType

1.0.0fn clone_from(&mut self, source: &Self)