Enum glib_sys::GDateMonth [] [src]

pub enum GDateMonth {
    BadMonth,
    January,
    February,
    March,
    April,
    May,
    June,
    July,
    August,
    September,
    October,
    November,
    December,
}

Variants

BadMonth
January
February
March
April
May
June
July
August
September
October
November
December

Trait Implementations

Derived Implementations

impl PartialEq for GDateMonth

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

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

impl Eq for GDateMonth

impl Debug for GDateMonth

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

impl Copy for GDateMonth

impl Clone for GDateMonth

fn clone(&self) -> GDateMonth

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