Enum glib_sys::GDateMonth [] [src]

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

Variants

Trait Implementations

impl Clone for GDateMonth
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GDateMonth
[src]

impl Debug for GDateMonth
[src]

[]

Formats the value using the given formatter.

impl Eq for GDateMonth
[src]

impl PartialEq for GDateMonth
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.