Enum glib_sys::GTimeType [] [src]

pub enum GTimeType {
    Standard,
    Daylight,
    Universal,
}

Variants

Standard
Daylight
Universal

Trait Implementations

Derived Implementations

impl PartialEq for GTimeType

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

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

impl Eq for GTimeType

impl Debug for GTimeType

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

impl Copy for GTimeType

impl Clone for GTimeType

fn clone(&self) -> GTimeType

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