Enum glib_sys::GTestLogType 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GTestLogType { None, Error, StartBinary, ListCase, SkipCase, StartCase, StopCase, MinResult, MaxResult, Message, StartSuite, StopSuite, }
Variants
NoneErrorStartBinaryListCaseSkipCaseStartCaseStopCaseMinResultMaxResultMessageStartSuiteStopSuiteTrait 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