Enum glib_sys::GTestFileType [] [src]

pub enum GTestFileType {
    Dist,
    Built,
}

Variants

Dist
Built

Trait Implementations

Derived Implementations

impl PartialEq for GTestFileType

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

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

impl Eq for GTestFileType

impl Debug for GTestFileType

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

impl Copy for GTestFileType

impl Clone for GTestFileType

fn clone(&self) -> GTestFileType

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