Enum glib_sys::GTestLogType
[−]
[src]
#[repr(C)]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
impl Clone for GTestLogType
[src]
fn clone(&self) -> GTestLogType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more